Hello, > Is there currently a problem with threading and winforms? If I run an > app which uses System.Threading and winforms, I get the following when I > quit Winforms is not a multithreaded toolkit. You must use Control.Invoke to perform Winform calls from a different thread.