Problem with aborted thread..
-
i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?
-
i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?
You cannot restart a thread which has completed (normally or abnormally). You have to either create a new thread or use a thread pool. Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?