Does anyone know if the is a way to get a thread to kill itself after an allotted time?
Imi
Printable View
Does anyone know if the is a way to get a thread to kill itself after an allotted time?
Imi
I am not sure you can have it kill itself, but you can keep track of it with a timer control. When the timer goes off, you can kill it.