Hello
My application have multiple threads.
I would like to have one common class which atkes care of starting, resuming these threads...
Actually I would like to paly around threads and control them...
Ex:
MyThreadClassObject.StopAllThreads();
MyThreadClassObject.PauseSpecificThread(ThreadId);
MyThreadClassObject.GetStatusofRunningThreads();
Please help me