G
Guest
Hi,
in a .Net 1.1 WinForms application I have a dialog that lets the user set
new network credentials.
Question: How can I assign the new credentials - say nc, defined by
Dim nc = New System.Net.NetworkCredential(M_User, M_Password, M_Domain)
- to the running (VB.Net -) application, so that the application behaves
like being started in 'RunAs' dialog?
Thanks for help in advance!
in a .Net 1.1 WinForms application I have a dialog that lets the user set
new network credentials.
Question: How can I assign the new credentials - say nc, defined by
Dim nc = New System.Net.NetworkCredential(M_User, M_Password, M_Domain)
- to the running (VB.Net -) application, so that the application behaves
like being started in 'RunAs' dialog?
Thanks for help in advance!