How to change the cursor to busy state.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top