Re: Executing a method in a given thread context



In article <u3W1QbvuGHA.1296@xxxxxxxxxxxxxxxxxxxx>,
fpiette@xxxxxxxxxxxxxxxxx says...
Application.Run(hiddenForm);

Wouldn't this make the message pump work in the UI thread ?


No. It starts a new message pump on the current (calling) thread.
.


Loading