I want to use it for a project and I am in trouble. I have a Windows Form in which I started two threads and then close the form and threads continue their works. How can I abort first thread when the second thread stops?
I made the first thread IsBackground,but the second thread is not the only thread of program and the first thread is started in another thread(form) that is closed and not exists anymore,in addition I can't set Flag of a Class that doesn't exist. What should I do?
for solving this problem i want your email to send my litle project. Thanks