Tuesday, April 07, 2009

The Proper Way to Show the Wait Cursor



 
 

Sent to you by Sparkie via Google Reader:

 
 

via C# 411 by timm on 4/6/09

It's common UI courtesy to show the Wait cursor when performing a long operation that requires the user to wait.  Here is how the Wait cursor appears in Windows Vista: But developers often go about this the wrong way by setting the Cursor.Current property as follows: Cursor.Current = Cursors.Default; The problem with this approach [...]

 
 

Things you can do from here:

 
 

No comments: