J
Jon Skeet [C# MVP]
I'm using Process.Start within OpenNETCF.Diagnostics. For some reason,
the process only gets run when I pop up a message box - even though I
use WaitForExit!
This is a bit of a pain, for obvious reasons. My "child" process is a
non-graphical application, but I'm not sure why that would be relevant.
How can I tell WinCE to give the other process time? Thread.Sleep
doesn't help either, btw...
the process only gets run when I pop up a message box - even though I
use WaitForExit!
This is a bit of a pain, for obvious reasons. My "child" process is a
non-graphical application, but I'm not sure why that would be relevant.
How can I tell WinCE to give the other process time? Thread.Sleep
doesn't help either, btw...