By Ramesh Soni (1) on April 29th, 2009
In our haste to finish the coding of a given application, we often overlook great little techniques which can be deployed to ensure best practices in code. And since one of the best ways to learn is by example, we will walk through a very common block of code that is found in almost all Windows based applications – the block which shows and hides a wait cursor when a time consuming task is being executed by the application. Continued »
