B
Bruce W.1
I got a thread launched from my main form that makes lots of other
threads. Using Thread.Abort() I can kill the top thread but all its
sub-threads keep running.
What's the best way to kill all the sub-threads AND the top thread?
Thanks for your help.
threads. Using Thread.Abort() I can kill the top thread but all its
sub-threads keep running.
What's the best way to kill all the sub-threads AND the top thread?
Thanks for your help.