As me , I usually use the BackgroundWorker component in .NET 2.0
applications.
The component can run background threads,and u can do some work such as
Adding Controls in the events of RunWorkerCompleted and ProgressChanged.

Reply via email to