Shell Programming Vs Process Class -
12-22-2005
, 03:52 AM
I want to execute an application (unmanaged like notepad.exe) from windows
service which i write in C#. What is the best choice between shell
programming Vs Process Class in sense of performance.
I also want to know when this application is completly started or when
finished.
In case of Process i informed by exit event and i don't know in shell
programming.
Thanks in advance |