Four interesting articles about multitheading programming in Windows Form by Chris Sells and Ian Griffiths:
- Safe, Simple Multithreading in Windows Forms, Part 1, Chris Sells
- Safe, Simple Multithreading in Windows Forms, Part 2, Chris Sells
- Safe, Simple Multithreading in Windows Forms, Part 3, Chris Sells
- Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads, Ian Griffiths
You should read this article if you don’t know what delegate is: .NET Delegates: A C# Bedtime Story