Map Network Drive

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Dear all,

How can I use the VB.net programming to map the netwrok drive? I have no any
idea about that.

Can you give some example?

thanks
 
Search the MSDN Library for: "Platform SDK: Windows Networking (WNet)"

Check out the WNet API function WNetAddConnection2.

There should be quite a few examples around the web.


-JimH
 
You need to use the WNet API. In this case it is WNetAddConnection2.

You can look up the parameters and types used by WNetAddConnection2 on MSDN.

Jerry
 
Back
Top