T
tshad
I have a thread that is running on my system and I want to be able stop the
threads when I exit the program.
I have an Exit button that does:
Application.Exit()
Is there something else I have to do to kill my Threads.
It is still running an I need to go into the Task Manager to kill it.
Thanks,
Tom
threads when I exit the program.
I have an Exit button that does:
Application.Exit()
Is there something else I have to do to kill my Threads.
It is still running an I need to go into the Task Manager to kill it.
Thanks,
Tom