Hi All:
Im new to the threading programming, and i have problem working with threads
in my VB.NET application. I have a module.vb with the following thread
definition in the declarations:
Public Thread_Test As New System.Threadin g.Thread(Addres sOf
MDIChild.SomeFu nction)
The problem resides after the thread had been terminated, how can i start a
new thread for the same function ?, also the fuction should be able to call
Thread_Test.sta rt(); Thread_Test.Sus pend() and Thread_Test.res ume() from any
function in the program.
Any idea ?
Thanks,
Federico
Im new to the threading programming, and i have problem working with threads
in my VB.NET application. I have a module.vb with the following thread
definition in the declarations:
Public Thread_Test As New System.Threadin g.Thread(Addres sOf
MDIChild.SomeFu nction)
The problem resides after the thread had been terminated, how can i start a
new thread for the same function ?, also the fuction should be able to call
Thread_Test.sta rt(); Thread_Test.Sus pend() and Thread_Test.res ume() from any
function in the program.
Any idea ?
Thanks,
Federico