Get all connected computers in a network

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
I'm developing an application and need to know how to get all computer names which are connected to a network. I found out that system.directorysrvices name space provides a method to get all domain computers, but in my case i need to query for all possible reachable computers in the netowork. this is similar to search fucntion in windows for all computers
Thanks a lot
Oshadha.
 
Hello Oshadha,

I have developed a class to do that. Please email me and I will post the
class to you

Regrads,



--
Maher
(e-mail address removed)


Oshadha said:
Hi all,
I'm developing an application and need to know how to get all computer
names which are connected to a network. I found out that
system.directorysrvices name space provides a method to get all domain
computers, but in my case i need to query for all possible reachable
computers in the netowork. this is similar to search fucntion in windows for
all computers.
 
Back
Top