In my application, each thread handle a Form, and its events shall executed within the thread handling the Form.
Is there a way to handle events for a specific System.Windows.Form instance? Application.Run doesn't fit my design, and Application.DoEvents process events for each Form instantiated by the application.