N
Nicolas
I want to check if an application is running.
The Application is showing inthe task manager applications and processes
HOWEVER there is no process ID for this application. Don't ask me why or how
but then when I do the System.Diagnostics.Process.GetProcesses this
application doesn't appear in the list. I also try with WMI and
(ManagementClass("Win32_Process")) doesn't show either.
This application is a DDE Server and has a window showing on the screen.
Why it is not showing in the applications/processes list?
How can I then check if it is already started?
Thanks
The Application is showing inthe task manager applications and processes
HOWEVER there is no process ID for this application. Don't ask me why or how
but then when I do the System.Diagnostics.Process.GetProcesses this
application doesn't appear in the list. I also try with WMI and
(ManagementClass("Win32_Process")) doesn't show either.
This application is a DDE Server and has a window showing on the screen.
Why it is not showing in the applications/processes list?
How can I then check if it is already started?
Thanks