Maintaining a Responsive UI
Visual C++ Article Published August 5, 2003
There are few things worse than an application that appears to be hung that is really just performing a lengthy operation. Often the user interface of the application becomes unresponsive. Of course, to the end-user and to the OS a frozen UI is hard to distinguish from a hung application. Learn how to address this problem in your Windows Forms applications.
