J
Jamesb
I have my app use GetProcesses() to check if a certain app is running, and
warn the user if not.
On a terminal server though, this seems to return all running processes, so
if a user in another session is running said process, my user won't get
warned.
Unfortunately the user property seems to be null though, so I can't compare
on that.
Any bright ideas?
James.
warn the user if not.
On a terminal server though, this seems to return all running processes, so
if a user in another session is running said process, my user won't get
warned.
Unfortunately the user property seems to be null though, so I can't compare
on that.
Any bright ideas?
James.