T
TCORDON
How can I determine the moment a thread finishes?
I start the thread this way:
Dim x As New Threading.Thread(AddressOf (MySub))
x.Start
Is there any x.Finished type of Event or how can do this?
Thanks
I start the thread this way:
Dim x As New Threading.Thread(AddressOf (MySub))
x.Start
Is there any x.Finished type of Event or how can do this?
Thanks