A handy MSDN post with an example of using the BackgroundWorker class for running a worker thread in the background and receiving a notification when it completes execution.
A handy MSDN post with an example of using the BackgroundWorker class for running a worker thread in the background and receiving a notification when it completes execution.