0
kicks
Thread marshalling
This short series presents some basic approaches to thread marshalling in the UI:
* Part 1 - Creating a thread in Windows Forms - Some basic ideas about firing a background and how to synchronize it with the UI.
* Part 2 - Using BackgroundWorker - the .NET 2.0 way using a BackgroundWorker component
* Part 3 - Automatic Marshalling - creating your own component with auto-marshalling