Start a form.. in a new thread

  • Thread starter Thread starter VJ
  • Start date Start date
V

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
 
* "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.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Starting a Thread takes too long 25
Threading with forms 5
threading questions 6
threading problem 5
Running a thread with timeout 3
Showing Form in New Thread? 2
basic threading question 2
start new thread help 5

Back
Top