Well.. usually, if the process hasn't exited, then it's running! I guess in
your case, that's not the case
There's Process.Responding, which will tell you is the process is "active"
in the eyes of the OS.
I think that's all that could be useful.
Which process are you needing to know about??
__________________________________________________
The Grim Reaper
"Glenn Palomar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> How will you know if an external program has launched successfully? I'm
> trying to use System.Diagnostics.Process class.
>
> I know that you can check if the process has exited but can you tell if it
> has launched it successfully?
>
> Thanks,
> Glenn
>
>