In vb6 i have this code to kill all my forms on exiting the app:
VB Code:
For Each frm In Forms Unload frm Set frm = Nothing Next
It is possible to make something like this to kill my threads in VB.Net?
Thank you,
Guilherme Costa
|
Results 1 to 3 of 3
Thread: kill all app threads - RESOLVEDThreaded View
|
Click Here to Expand Forum to Full Width |