dnbowen
June 20th, 2002, 03:42 PM
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?
|
Click to See Complete Forum and Search --> : Connected Computers dnbowen June 20th, 2002, 03:42 PM 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? Arild Fines June 21st, 2002, 01:05 PM While I dont have any concrete ideas, I suggest you start looking into Windows Management Instrumentation(WMI) and the System.Management.* namespaces. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |