If you've done any programming in .Net, you're probably aware that accessing UI controls from a thread that didn't create the controls is a big no-no. One of the golden rules of using Winforms and Threading is that you don't touch anything created on
Read More