Click to See Complete Forum and Search --> : Threading Tabs


Queenie
August 13th, 2001, 09:29 AM
Is there any way to have each tab of a tab control running as a separate thread. Where I am coming from... I like the look and feel of a tab control form. The first tab of the control has the "Run" button to begin a process the other tabs have visuals to "monitor" what is going on in the process. The problem is, when I choose the "monitor" tabs, the main process will stop running. Must I boot the Tab Control idea? If not any ideas on how to implement something like this?

Iouri
August 13th, 2001, 11:42 AM
What happens if you put DoEvents in the Run tab?

Iouri Boutchkine
iouri@hotsheet.com

Queenie
August 13th, 2001, 11:50 AM
My partner tried this and said it interrupted the running process (which is what we don't want to happen because the main process runs a machine). We cannot affect the process in any way.