J
jurciu
I have a C# based COM Add-in where user selects a menu item to display modal
dialog box. It may take sometime to populate the dialog before it is shown.
I need to change the cursor to "busy" to give some feedback. Tried
Cursor.Current=Cursors.WaitCursor but it does not work. Any sugesstion will
be appreciated.
dialog box. It may take sometime to populate the dialog before it is shown.
I need to change the cursor to "busy" to give some feedback. Tried
Cursor.Current=Cursors.WaitCursor but it does not work. Any sugesstion will
be appreciated.