Click to See Complete Forum and Search --> : Listing Computers in a Network


David Stephen
December 16th, 2002, 05:52 PM
Can someone help me with getting a .net routine to list the computers on a network?

David Stephen
December 16th, 2002, 11:58 PM
Basically, is there a NetServerEnum function in .net?

Silver_Z
September 27th, 2006, 05:37 AM
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.

jhammer
September 27th, 2006, 06:18 AM
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/archive440.html?printable=yes

HanneSThEGreaT
September 27th, 2006, 06:39 AM
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

Silver_Z
September 27th, 2006, 11:17 PM
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!