Today I had to fix some older VB.NET 1.0 code which is using threads. The problem was with updating UI elements from the worker thread instead of the UI-thread. It took me some
These are the steps to writing quality (easier to read and understand) multi threaded code: