Is there a Form.Invoke() method?
- by rubicon
Hi,
I am new to multithreading (and also to C#) so I hope this is not obvious:
In my Form (WinForms application, .NET 2.0) I subscribed to an event that is raised by another object, and on handling this event I wish to change several Controls on my Form. As this event is raised in another thread than the main (UI) thread I want to marshal the…