From CodeProject:
If you are developing with Windows Forms, you know that due to thread safety reasons you can not change any UI control’s settings from threads different from UI thread itself.
From CodeProject:
If you are developing with Windows Forms, you know that due to thread safety reasons you can not change any UI control’s settings from threads different from UI thread itself.