|
-
August 13th, 2001, 09:29 AM
#1
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?
-
August 13th, 2001, 11:42 AM
#2
Re: Threading Tabs
What happens if you put DoEvents in the Run tab?
Iouri Boutchkine
[email protected]
-
August 13th, 2001, 11:50 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|