Hello
Is any Body know how can I check if Thread is still running, or is finished ???
Thanks for any help.
Printable View
Hello
Is any Body know how can I check if Thread is still running, or is finished ???
Thanks for any help.
Use the API GetExitCodeThread(). Of course you'll need the thread handle first :)
-Cool Bizs