Home All Groups Group Topic Archive Search About

Turn Cursor into an Hourglass when waiting

Author
10 Jun 2005 5:29 PM
PK9
I'm creating an application in C# with webservices and some of the pages have
a substantial amount of lag time.

I'd like to know if there is any way to have the cursor turn into an
hourglass while waiting?  Any help is appreciated!
--
PK9

Author
10 Jun 2005 6:01 PM
Henry Padilla
"PK9" <P**@discussions.microsoft.com> wrote in message
news:52495AB0-E252-4CEA-803A-5965FBDE513D@microsoft.com...
> I'm creating an application in C# with webservices and some of the pages
> have
> a substantial amount of lag time.
>
> I'd like to know if there is any way to have the cursor turn into an
> hourglass while waiting?  Any help is appreciated!
> --
> PK9

ThisForm.Cursor = Cursors.WaitCursor.

Tom P.

Try looking up cursor in the help.
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 6:22 PM
PK9
This won't work.  I am not creating a Windows Form applicaiton.  I am
creating a Web Application (using C#).   Is there any way to do this in a web
application?
--
PK9


Show quoteHide quote
"Henry Padilla" wrote:

>
> "PK9" <P**@discussions.microsoft.com> wrote in message
> news:52495AB0-E252-4CEA-803A-5965FBDE513D@microsoft.com...
> > I'm creating an application in C# with webservices and some of the pages
> > have
> > a substantial amount of lag time.
> >
> > I'd like to know if there is any way to have the cursor turn into an
> > hourglass while waiting?  Any help is appreciated!
> > --
> > PK9
>
> ThisForm.Cursor = Cursors.WaitCursor.
>
> Tom P.
>
> Try looking up cursor in the help.
>
>
>

Bookmark and Share