Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
I m using vb.net 2008 and devloping winCE based application. I have started a thread and now i cant stop. Its does not allowed me for thread.abort() method so How to salve this problem ?
Urgent help needed.
Posted

1 solution

In theory you should never need to kill a thread with thread.abort()
That is why thread.abort() throws an exception.
The thread will terminate when it exits its main procedure.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900