S
Stanley
I have been asked to make sure that a WinForm app can only have one instance
and this would not be an issue if that was the only part. I could simply
loop through the processes and see if the process name is already in the
collection. However, the second part of the request was to make sure that if
someone is running the app and someone else does the quick login or uses
Terminal Services that they be able to run the app under their network ID.
So I need to find a way to look at processes under a particular user or to
compare the processes users. Anyone know how this could be done?
TIA
-Stanley
and this would not be an issue if that was the only part. I could simply
loop through the processes and see if the process name is already in the
collection. However, the second part of the request was to make sure that if
someone is running the app and someone else does the quick login or uses
Terminal Services that they be able to run the app under their network ID.
So I need to find a way to look at processes under a particular user or to
compare the processes users. Anyone know how this could be done?
TIA
-Stanley