Multithreaded app, do I need DoEvents?

  • Thread starter Thread starter cgchris99
  • Start date Start date
C

cgchris99

Guest
I have created a multi-thread app and it runs 7 threads continuously. Do I need to put an application.doevents inside my thread code?

Or is that not necessary?

Thanks
 
I have an application running about 10 threads at any given time, i need them trust me :), i do not find that i need a DoEvents, But you do have to control all the threads through the main thread... NOT for the Tame of Heart ;)
 
Perl,

Can you explain the "control" all the threads. What do you mean buy this?

Thanks
 
Back
Top