Is there a straightforward way to map a network drive in Visual Basic.NET?<BR><BR>I can use the API call WNetAddConnection2 but if there's something built-in that I've missed I'd like to use that ...
You can use the net use command to connect to a shared resource, such as network printers, mapped drive, etc., in your local area network. If you are not familiar with this command, this guide will be ...