How to get a spinning wheel on an MC9090 CE?

M Mark Itzcovitz 2 years 11 months ago
0 1 0

I have a program for the MC9090 written using the .NET Compact Framework V2 and the EMDK V2.9.  I can't find any way to get a spinning wheel or some other "hang on, I'm working" indication.  Can anyone help, please?

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

Cursor.Current = Cursors.WaitCursor;

then

Cursor.Current = Cursors.Default;

to remove wait indicator.

CONTACT
Can’t find what you’re looking for?