Results 1 to 2 of 2

Thread: Domain Issues

  1. #1

    Thread Starter
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Domain Issues

    Hello all,
    hope you can help with this problem.

    I have an application which needs to copy files to a server location.
    This server location is specifed using the folderbrowserdialog.

    however to access the server the user needs to enter in their username & password. just like when mapping a drive in windows.

    the question i have is i need to know is it possible in my application to send a username and password to the server so that it doesnt ask the user?
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Domain Issues

    Hi This might work for you.
    VB Code:
    1. My.Computer.Network.UploadFile(filename, Uri, username, password)
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

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