F
Fei Yuan
Please forgive me re-posting this question since I wasn't clear in my
original post.
----
Starting an external process needs to pass it a ProcessStartInfo() object.
ProcessStartInfo has a property "UseShellExecute" that can open/print a
file. However, I'm having a hard time getting the handle to the application
after calling Process.Start(). Basically, I need the handle to monitor the
application launched. Process.Handle throws an exception of "no process
associated".
It looks to me that if the process is an executable file, getting process
handle is easy. But if the file is a regular file and opened with
ShellExecute, I can't get the process ID.
Anybody knows where I can retrieve this handle or process ID? I also looked
into Windows API's "shell32.dll" "Execute()" function, it however returns a
handle that's only good to check if any error occurred, not the actual
Process handle.
Any help or hint will be appreciated!
Regards,
- Fei -
original post.
----
Starting an external process needs to pass it a ProcessStartInfo() object.
ProcessStartInfo has a property "UseShellExecute" that can open/print a
file. However, I'm having a hard time getting the handle to the application
after calling Process.Start(). Basically, I need the handle to monitor the
application launched. Process.Handle throws an exception of "no process
associated".
It looks to me that if the process is an executable file, getting process
handle is easy. But if the file is a regular file and opened with
ShellExecute, I can't get the process ID.
Anybody knows where I can retrieve this handle or process ID? I also looked
into Windows API's "shell32.dll" "Execute()" function, it however returns a
handle that's only good to check if any error occurred, not the actual
Process handle.
Any help or hint will be appreciated!
Regards,
- Fei -