Posted By:
Gianluca_Tonti
Posted On:
Saturday, February 24, 2001 12:46 AM
I've a Thread A and a "son" Thread B.I'd like to suspend Thread B from the Thread A code. If I use B.suspend(); in A code, my application stops of running. (Tread B writes only some txt to Standard Output).
How can I do?
Thanks
Gianluca Tonti