Search code examples
c#network-programmingdevice-discovery

Network discovery in .NET


I need to get a list of machine connected to the current computer, just like explorer do. I want to use their name to retrieve their shared path using NetShareEnum.


Solution

  • I accept the answer from Shymep.

    http://www.codeproject.com/KB/IP/ListNetworkComputers.aspx

    Thank you