I'm developing an AddIn that has a long process. I would like to show
the Wait Cursor in the IDE while the process is running.
How do I do this?
Thanks for any help anyone can give,
Mike
> I'm developing an AddIn that has a long process. I would like to show
> the Wait Cursor in the IDE while the process is running.
[quoted text clipped - 3 lines]
> Thanks for any help anyone can give,
> Mike
Hi Mike,
you can set/reset the cursor with this statement:
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.XXX
Best regards
Oliver