I would like to display the colorwheel when loading an app or a form on the
app. I have seen other non-microsoft programs do it so I know that it isn't
something that microsoft keeps to themself. I know I can display the
hourglass using: Cursor.Current = Cursors.WaitCursor but I would really
prefer the colorwheel because it is color and it's animated. Anyone know how
to use it?

Re: Show ColorWheel while loading NOT hour glass by Preet

Preet
Thu Feb 17 08:02:37 CST 2005

The wait cursor is shown as the animated coloured circle on device. On
emulator, you will see your desktop wait cursor, which is the hourglass one.
Are you seeing a hourglass on the device?

--

Preet Kamal Singh
Software Design Engineer, Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.

"Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
news:A7144EA2-0DBA-4B0E-986D-CD88C2C81C24@microsoft.com...
> I would like to display the colorwheel when loading an app or a form on
the
> app. I have seen other non-microsoft programs do it so I know that it
isn't
> something that microsoft keeps to themself. I know I can display the
> hourglass using: Cursor.Current = Cursors.WaitCursor but I would really
> prefer the colorwheel because it is color and it's animated. Anyone know
how
> to use it?



Re: Show ColorWheel while loading NOT hour glass by Benjamin

Benjamin
Thu Feb 17 08:27:02 CST 2005

Thank you, I tried it on the device and got the color wheel. Thank you very
much for clearing up my confusion.

"Preet Kamal Singh [MSFT]" wrote:

> The wait cursor is shown as the animated coloured circle on device. On
> emulator, you will see your desktop wait cursor, which is the hourglass one.
> Are you seeing a hourglass on the device?
>
> --
>
> Preet Kamal Singh
> Software Design Engineer, Microsoft
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> news:A7144EA2-0DBA-4B0E-986D-CD88C2C81C24@microsoft.com...
> > I would like to display the colorwheel when loading an app or a form on
> the
> > app. I have seen other non-microsoft programs do it so I know that it
> isn't
> > something that microsoft keeps to themself. I know I can display the
> > hourglass using: Cursor.Current = Cursors.WaitCursor but I would really
> > prefer the colorwheel because it is color and it's animated. Anyone know
> how
> > to use it?
>
>
>