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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top