M
MWK
Hi All,
I suspect in VC++.Net (managed, VS2003)
MyThread.Abort();
is unable to kill the thread.
It was easy in C#.Net
MyThread.Abort();
MyThread = null;
Does anyone know the way to kill a thread?
Thanks and kind regards,
MWK
I suspect in VC++.Net (managed, VS2003)
MyThread.Abort();
is unable to kill the thread.
It was easy in C#.Net
MyThread.Abort();
MyThread = null;
Does anyone know the way to kill a thread?
Thanks and kind regards,
MWK