Change cursor to waiting

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have found samples online using the System.Windows.Input namespace to change the cursor to a different state but this namespace does not exist on my machine. Im not sure if it have been removed from .Net or what. Im pretty sure that the code should set something equal to Cursors.WaitCursor as in:

Cursor = Cursors.WaitCursor;

I need a way to change the cursor to the busy state and then back to a normal state. I just do not know what to fill in for Cursor. Any help would be greatly appreciated. Thanks.


View the full article
 
Back
Top