Can someone help me with getting a .net routine to list the computers on a network?
Printable View
Can someone help me with getting a .net routine to list the computers on a network?
Basically, is there a NetServerEnum function in .net?
When I search and found that the question I wanted to ask was already asked, I was so happy...... Only to find out none had answered it. lol!! Hopefully some kind soul could enlighten us soon.
Some links that might help:
http://www.developerfusion.co.uk/show/3169/
http://www.developerfusion.co.uk/forums/thread/143345/ (this is not .NET but isusing WMI which can be used by .NET)
http://www.csharphelp.com/archives2/...?printable=yes
Hello & welcome to the forums! :wave:
Here's a small sample which list all the pc's in the workgroup in the OutPut window of VB
Wow!! Thanx for the info guys!! Is there a noob method just to get a list of computer names on the network within the VS IDE, and not requiring to write such complex stuff? lol!