Multithreaded In VB.NET
As i know, VB.NET support multithreaded, but how can we check whether a thread is still alive or not? Is that using the Thread.ThreadState? I tried that, it returned a integer value 8, what does that mean? Any resource have the detail of the returned value? Another question is, how can a thread kill itself??
Other than that, anybody know where can i get the reference of the discussing bout the management of thread? The management of threads is important right?
Thanks, hope somebody can answer my question :)

