Thread Safety Made Easier Under Visual Studio 2005
Most of us know that controls in Windows forms are bound to a specific thread and are not thread safe, and thus UI controls created or referenced on non-UI thread must be marshaled back to the UI thread by using one of the Invoke methods. Continue reading ‘Thread Safety Made Easier Under Visual Studio 2005’ »