Originally Posted By: canuckInOR
In C++, it's by providing the CREATE_SUSPENDED flag to CreateProcess(). Looks like C#'s Process() doesn't provide that same access, and you'll have to use PInvoke to call CreateProcess() yourself.


Yep, I found that, too. That's a bit messier than I wanted it to be, but I understand it. If the other method doesn't work for me, then I'll try that.
_________________________
Tony Fabris