I wanna kill a previously created background thread at the time of exiting
the application.Please help.
Printable View
I wanna kill a previously created background thread at the time of exiting
the application.Please help.
you can kill a thread using TerminateThread.
I'd rather tell the thread to end itself via events. The Thread should then call ExitThread.