G
Guest
Hi:
I know that it is possible to run an application using System.Diagnostics,
for example:
System.Diagnostics.Process.Start("iexplore");
This will start internet explorer in name of the current logged user. My
question is: How can I specify a different user, supposing that I know his
username and password?
Is it possible? I think it is... but how?
Thanks
I know that it is possible to run an application using System.Diagnostics,
for example:
System.Diagnostics.Process.Start("iexplore");
This will start internet explorer in name of the current logged user. My
question is: How can I specify a different user, supposing that I know his
username and password?
Is it possible? I think it is... but how?
Thanks