You are currently viewing the BOOK: Visual Basic 2005 with .NET 3.0 Programmer's Reference ISBN: 978-0-470-13705-5 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I want to set up a simple file exchange with the other computers on the same LAN. (Peer-to-Peer, no server involved)
How can my VB.net program get the path information to write to a shared folder (eg SharedDocs) on each of the computers on the network,
1. how an I get the computer name of the other machines on the lan to form the UNC path. (which I think would be \\ThatMachine\sharedDocs\myfile.txt)
or
2. is there a way to access/replicate the "My Network Places" list that Windows Explorer displays ?