Connection to another computer

cBarry263

Active member
Joined
Oct 29, 2005
Messages
42
Location
Maryland
Programming Experience
Beginner
I want to write a program that will go to another computer on the network and look in a specific directory. This can be done manually by going to start->run and typing in \\servername\d$\path. A username and password will also have to be passed to the server to be able to login. How can this be done in VB.NET?
 
Back
Top