I want to start a Thread and wait till the Thread has been stopped (via
Suspend)
How to do this.
Sub Test
Start Thread
Wait Till Stopped
Go on with this code as sone as the Thread has stopped.
End Sub
I know it looks like "Why does he use threads for this ?" but I need it that
way...
Comment