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?
How to get a spinning wheel on an MC9090 CE? |
1 Replies
Cursor.Current = Cursors.WaitCursor;
then
Cursor.Current = Cursors.Default;
to remove wait indicator.