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:
- Subscribe to C# 411 using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
No comments:
Post a Comment