CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Threading Tabs

  1. #1
    Join Date
    Nov 2000
    Posts
    4

    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?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Threading Tabs

    What happens if you put DoEvents in the Run tab?

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Nov 2000
    Posts
    4

    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
  •  





Click Here to Expand Forum to Full Width

Featured