votes
Updating UI using multiple threads
Hi, I normally develop for Web forms, so am just getting to terms with Windows forms. I've come across the common problem of updating the UI with multiple threads running. I've got a delegate on the form, and an update method. I call th ...
