Results 1 to 3 of 3

Thread: Run AS...(UserName and Password)?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2009
    Posts
    134

    Run AS...(UserName and Password)?

    How can I start (Run As) application for example "C:\xxx.exe" with another account-user and password in vb.net ?

    I tried the ( Process.Start ), but it doesn't seem to work !

    Code:
    Process.Start("C:\xxx.exe"", username, vbNullString, password)
    IF you think that helped you please rate me
    Also go to Thread Tools And Choose ""Mark Thread AS Resolved "

  2. #2
    New Member
    Join Date
    Feb 2011
    Posts
    1

    Re: Run AS...(UserName and Password)?

    try to use the function process.load()

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2009
    Posts
    134

    Re: Run AS...(UserName and Password)?

    Quote Originally Posted by raviteja549 View Post
    try to use the function process.load()
    There is no 'load' option after I type (Process.)
    IF you think that helped you please rate me
    Also go to Thread Tools And Choose ""Mark Thread AS Resolved "

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width