I\'m writing a connection handler (a dialog to request username and password). The code is a handler that shows a dialog. This code could be called from a thread, so I need to <
A simple solution is to create an invisible control in the main thread on which your worker threads can call Invoke.
Invoke