Need a simple CRM and Project Management system?
Check out JobNimbus - CRM for Contractors and Service Professionals.
Check out JobNimbus - CRM for Contractors and Service Professionals.
Popular Articles
Last viewed:
- Fix for Firefox click() event issue
- Get the list of ODBC data source names programatically using C#
- Web.config Settings Editor Control
- Add Icon for Custom Control / Composite Control
- Visual C++ - Release compile - warning C4653 - Optimizations inconsistent
- C# Free Component to Generate PDF - Convert HTML to PDF
Recent comments
- Insertion of illegal Element:
4 weeks 1 day ago - Insertion of illegal Element: 32
4 weeks 1 day ago - re "But, this will NOT work."
5 weeks 1 day ago - Unable to cast COM object of t
5 weeks 2 days ago - Saved my life
5 weeks 2 days ago - nice
8 weeks 1 day ago - good article
9 weeks 3 days ago - windows 2008 server backups
11 weeks 1 day ago - code
11 weeks 6 days ago - uh...what?
12 weeks 1 day ago

Another approach
Hello!
Here is an article - Show progress on long-running operations - is an article describing another approach to keep the UI responsive, starting long-running operations (like downloading) in separate thread. The approach from above mentioned article is logically similar to the current way, but without BackgroundWorker.