Register
LogIn
Inside W3Hearts
Write article
Discussion forums
About us
Privacy policy
Categories
Windows Programming
C#
Visual Basic 6.0 / .NET
C / C++ / Visual C++ (MFC , SDK)
Packaging & Deployment
Web Programming
ASP.NET
ASP.NET Webservices
PHP & MySQL
J2EE / Servlet / Struts
Client side coding
Javascript & AJAX
CSS
HTML / XHTML
Database
SQL Server
Oracle
MySQL
Articles
>
Windows Programming
>
C#
Article(s) in
C#
1 article(s)
Threading with BackgroundWorker helper class
Rating :
,
Jun 4th 08
You are developing an application which has a long running job. You run this job on the main thread and your GUI got hanged until the job finishes. Obviously you will think about running the process in a parallel thread which reports the work progress to main thread and display progress on the GUI. In this article we will discuss about using a helper class called BackgroundWorker which is included since .NET framework 2.0 to make multi threading more easier.
© 2007 W3hearts.com
Home
|
Post Article
|
Start discussion
|
Join Community
|
Privacy policy