I'm using GetProcessByName to try to figure out if another program is already running on the users pc.
It works; I can see if "client.exe" is running, and if not, I can start it.
I now have a client that is using Citrix. Here my call to GetProcessByName is listing for all users connected to the Citrix Metaframe. "Client.exe" is therefore running, but not in the session that my program is running. And my program forgets to start the exe.
How do I solve this?
TIA
Henrik Staun Poulsen
Denmark
It works; I can see if "client.exe" is running, and if not, I can start it.
I now have a client that is using Citrix. Here my call to GetProcessByName is listing for all users connected to the Citrix Metaframe. "Client.exe" is therefore running, but not in the session that my program is running. And my program forgets to start the exe.
How do I solve this?
TIA
Henrik Staun Poulsen
Denmark