V VJ Sep 1, 2004 #1 How do I start a form in new thread....?? Can you point me to any help file or web links that has samples. It would be helpful VJ
How do I start a form in new thread....?? Can you point me to any help file or web links that has samples. It would be helpful VJ
H Herfried K. Wagner [MVP] Sep 1, 2004 #2 * "VJ said: How do I start a form in new thread....?? Can you point me to any help file or web links that has samples. Click to expand... Never start forms in threads <> the app's main UI thread. Instead, start the form in the main thread and use 'Control.Invoke' to access the form.
* "VJ said: How do I start a form in new thread....?? Can you point me to any help file or web links that has samples. Click to expand... Never start forms in threads <> the app's main UI thread. Instead, start the form in the main thread and use 'Control.Invoke' to access the form.