
How to kill a Thread in Visual Basic??
Smithesh,
Take a look at
http://groups.google.com/advanced_group_search?q=group:microsoft.publ...
&hl=en&safe=off&num=50
and search for "kill threads"
You will find several discussions and examples.
--
HTH,
Justin
Unless one is willing to risk making a fool of themselves, one can not
learn.
Quote:
> Hi Guys,
> I am working on Multi-Threaded Application in Visual Basic.I am using a
> Third Party Control Desaware NTServiceToolkit to create Process and
> subsequently Threads.
> When i view Windows 2000 Performance Monitor i come accross 18
> Threads.(Starts with 8 threads and goes upto 17 -18 Threads-Done by my
> application).
> The point is to Kill these threads.
> I am doing Set oThread=Nothing to kill the Thread(where oThread is a
running
> Thread).
> which doesn't kill the thread when i view Windows 2000 Performance
Monitor.
> I would like to kill the Thread by Third Party Control Desaware
> NTServiceToolkit or either by Windows API's.
> Send me links to support these feature.
> Thanxs in Advance.
> Regards,
> Smithesh Kollara