Can't find how it is called nor how to pop it up.
My CF application is talking over the web with a web service. Want to show my user some "busy activity" dialog.
Any suggestions how to show the default one from WinMo?
Can't find how it is called nor how to pop it up.
My CF application is talking over the web with a web service. Want to show my user some "busy activity" dialog.
Any suggestions how to show the default one from WinMo?
The following should work...
using System.Windows.Forms;
...
Cursor.Current = Cursors.WaitCursor;