Thursday, April 26, 2007

Using Background Threads with Visual Basic 6

VB Fusion

Using Background Threads with Visual Basic 6 Learn how to use the .NET Framework 2.0 BackgroundWorker component from Visual Basic 6 applications to perform long running operations on background threads. This article shows you how to inform the user of progress, how to allow the user to cancel the background task, and how to debug multi-threaded applications.