Threading help needed
Hi,
In my main thread, I am creating a new thread and starting a process for a function which has an infinite while loop.
On closing my app, I am calling the child thread.Abort() method, but that isnt doing the trick. Can someone please tell me how to kill my child thread?
Thanks,
Kunal

