Click here to Skip to main content
15,891,431 members
Articles / Desktop Programming / Windows Forms

C# Windows Form is Busy

Rate me:
Please Sign up or sign in to vote.
4.90/5 (10 votes)
2 Apr 2010CPOL2 min read 62.5K   33  
There are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress getting done, and another is to show the "Waiting" cursor while the application is doing work.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
https://open-gl.com

Comments and Discussions