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...
Our users have different screen sizes, and we would like to run our application in two different sizes; 24x80 and 30x132 lines/columns.
Our terminal software (K95) supports this. Our software supports this, but need to have two envirronment variables set (LINES and COLS).
I would like our...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.