CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Network path

  1. #1
    Join Date
    Feb 2001
    Posts
    19

    Network path

    Hi, I have to use the connected network drives in my program.
    I have connected an sharepath as drive z: for example.
    But my service has to use it also when I´m not looked in on NT.
    So is it possible to connect a drive as system ??? What means when I
    start the server the path should be available as z:.


    Thanx and regards
    stephan


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Network path

    Maybe you can map it programmablely in vb.

    try
    http://vblib.virtualave.net

    there is a function called MapNetworkDrive in the vbNetwork class.


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

Featured