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

    Mapping Network Drive - Visual Basic

    Hello Friend,
    How can we map to a specified network drive programatically in VB.. Is there any API related to it..
    And How we can know how many systems are currently connected to the server and display it in a listbox
    programatically.

    Urgent!!

    REgards

    Prasads





  2. #2
    Guest

    Re: Mapping Network Drive - Visual Basic

    to map a drive use WNetAddConnection API.


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