Few question about threading
1. is there a way i could check if an existing thread is still running?
2. how could i check if there is still active thread before i close the application?
3. How to stop a specific thread from running? I stored the thread id so i could reference it when i need it.
Thanks, hope someone could help me on this....
1. is there a way i could check if an existing thread is still running?
2. how could i check if there is still active thread before i close the application?
3. How to stop a specific thread from running? I stored the thread id so i could reference it when i need it.
Thanks, hope someone could help me on this....