« New photo gallery | Main | Using command line to install Windows Service »
October 12, 2006
BackgroundWorker class
This .NET 2.0 new class is one of the most usefull class in .NET 2.0 threading class library. This simplifies creating a new background thread from your WinForm application. Here you can safely update the GUI control without marshalling and it also provide you with built in cancellation method.
A good article about this class is available here. Don't I wish that this class is available in .NET 1.x, this would have saved me heaps of ground work in GUI projects.
Posted by vhadiant at October 12, 2006 06:12 PM
Trackback Pings
TrackBack URL for this entry:
http://www.hadianto.net/mov32/mt-tb.cgi/249
