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

[307 byte] By [KunalYadav] at [2007-12-16]
# 1
I found the answer. Had to set the IsBackground property of the child thread to true. Smile
KunalYadav at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...