D
Drunkalot
I made a program that contain a thread, when i close the program clicking on
the x int the to-right of the form, the form close, but i open the task
manager and the thread still working...
What should i do to close that thread???
In the dispose method i call the GC.Collect() and
t1.abort() but it does not work...
thx...
the x int the to-right of the form, the form close, but i open the task
manager and the thread still working...
What should i do to close that thread???
In the dispose method i call the GC.Collect() and
t1.abort() but it does not work...
thx...