YODA0340 Posted March 19, 2006 Posted March 19, 2006 I am looking for a fast, easy way to list all of the networked computers (and to only list those that are avaliable would also be nice). Please Help! (vb.net 2005) Quote
Mister E Posted March 21, 2006 Posted March 21, 2006 Well, pretty much the only way to do this is to ping networks within a certain IP range and see if you get responses back. Quote
shaul_ahuva Posted March 21, 2006 Posted March 21, 2006 You can use System.DirectoryServices (although I'm unsure of exactly what kind of information is available). You can also use netapi, but I've never dealt with it directly so I'm not of much use :) Quote
bri189a Posted March 22, 2006 Posted March 22, 2006 Try this: http://www.obj-tec.com/MSDNForums/ObjectPicker.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.