suspend BackGroundWorker Control

  • Thread starter Thread starter nondos
  • Start date Start date
BackGroundWorker just helps you to create and run threads. If you code your
suspend logic in the body of thread you run with BackGroundWorker you should
get desired results without touching the control itself.

To get more details explain what are you trying to achieve
 
Back
Top