-
Threading Tabs
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?
-
Re: Threading Tabs
What happens if you put DoEvents in the Run tab?
Iouri Boutchkine
[email protected]
-
Re: Threading Tabs
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.