Posts Tagged threads
Thread Safe Calls To Windows Forms in Visual Studio 2005
Posted by clifgriffin in Technology on July 9th, 2007
I have been working on an increasingly complex monitoring application at work and recently chose to implement threads. This led to many thread safety issues. At first glance, it appeared I would have to rewrite every method or every call to a Form component to avoid cross-thread calls.
However, thanks to this genius article, I have made my code thread safe with almost 0 effort.
If only I had found it earlier.
Recent Comments