Have forgotten my ways with threading!
I just want to make sure the thread will stop after the call. This code executes under the timer1. Im assuming that after the thread is created and the function finishes, the thread terminated itself. I wated process under ctrl,alt, delete and I am fairly confident it is working.
Am I correct, ( Im worried Im creating a problem down the road)???
Thanks
{
t.Start();
}
m_wr = req.GetResponse();
m_wr.Close();
m_wr =