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 in
Windows Programming
1 article(s) in 4 sub categories
C# ,
View all C# articles
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.
Visual Basic 6.0 / .NET ,
View all Visual Basic 6.0 / .NET articles
C / C++ / Visual C++ (MFC , SDK) ,
View all C / C++ / Visual C++ (MFC , SDK) articles
Packaging & Deployment ,
View all Packaging & Deployment articles
© 2007 W3hearts.com
Home
|
Post Article
|
Start discussion
|
Join Community
|
Privacy policy