Make a task that happens in a GUI spawn-off and runs in a seperate thread so that the GUI doesn't effectively "die" when a long-running task is executing.
Threading Out Tasks in a C#.NET GUI
Published 06/17/2003
Make a task that happens in a GUI spawn-off and runs in a seperate thread so that the GUI doesn't effectively "die" when a long-running task is executing.
A tutorial on drawing a menu item with an icon/bitmap next to it. While this is commonplace, it was not as straightforward as one would have hoped. (beginning-level article)