process disposed thread

  1. S

    Problem reusing Processes and Disposed not firing

    Got a little issue with a small program I'm writing. I'm attempting to run different tasks in there own processes, waiting until each is done while keeping the UI responsive. So far it works exactly how I want it until I try to reuse some of those processes....here is a sample of the code...
Back
Top