Click here to Skip to main content
15,900,689 members
Articles / Programming Languages / C#

Working with BackgroundWorker & Creating Your Own Loading Class

Rate me:
Please Sign up or sign in to vote.
4.46/5 (19 votes)
5 Mar 2009CPOL4 min read 79.5K   4.2K   70  
Basic knowledge about BackgroundWorker. Using BackgroundWorker to create a loading form to inform the user that the application is still working fine. From that, create your own loading class to automate this progress and make the code and the form reusable.

Views

Daily Counts

Downloads

Weekly 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 Freelance
Vietnam Vietnam
After the success with my personal website hieu.co.uk(about Software dev and web dev), I decide to port some of my tutorial to CodeProject as I think it would be useful.

My main purpose is to share my experience, learn more from community and make more friend ^o^.

Comments and Discussions