Does anybody know how to kill a thread in vb.net? I know I can call threadname.abort but that does not stop the thread immediately. Is there a way I can force a thread to stop no matter what it's doing?

Thanks,
Chig.