News

Creating threads might be easy, but you can run into trouble when you actually want to do something useful for the UI on a worker thread ... You can update controls in WinForms only on the thread in ...
In my great big mess of "I've never done much winforms before, so let's do something difficult" code, I've run into a problem ... any other elements of the UI to hang. Is creating the instances ...