Monthly Archives: September, 2007
Thread.Join Deadlock with Invoke
If you are trying to Make Thread-Safe Calls to Windows Forms Controls then you can run into deadlock problems when calling ‘Invoke’ from your thread, if your main thread is waiting for a Thread.Join on the calling thread. I posted a workaround for this on the Microsoft site, which uses an extra thread to make [...]
Recent Comments