By dotCore
via dotnet.dzone.com
Published: Dec 07 2012 / 11:17
I found this excellent post on stack overflow which uses a Stack to set and unset the cursor. Normally when you want to set the wait cursor in your application you would use a try/finally block to ensure that the cursor eventually gets set back to the original value:
Add your comment