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

Thread: Threads

  1. #1
    Join Date
    Dec 2000
    Posts
    163

    Threads

    Hello

    Is any Body know how can I check if Thread is still running, or is finished ???

    Thanks for any help.



  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Threads

    Use the API GetExitCodeThread(). Of course you'll need the thread handle first

    -Cool Bizs

    Good Luck,
    -Cool Bizs

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