I am writing an "Explorer" type application that needs to allow the user to navigate to and browse through the connected computers on a LAN. Are there any C# classes/namespaces that will allow me to do this?
Printable View
I am writing an "Explorer" type application that needs to allow the user to navigate to and browse through the connected computers on a LAN. Are there any C# classes/namespaces that will allow me to do this?
While I dont have any concrete ideas, I suggest you start looking into Windows Management Instrumentation(WMI) and the System.Management.* namespaces.