-
How do I list the computers connected to the server through a vb program. Is there any such control or any Winapi which will list me the domains and the computers connected to the server.
Some thing similar to the network neighborhood tree view in the windows explorer which displays the domains and the computers available in those domains.
Any help will be highly appreciated as the same is needed for a project I am working on.
Thanks
-
network neighbourhood
hi ,
had the same problem...
u can use the ping methord to ping the ip add to see if it is connected..if u get 0 [ip successful] then u can add it to the tree..
but first u hav to know all pcs connected to the lan..ie their ip add and pig each 1 to check..
if u want the exact network neighbourhood try http://www.vbadmincode.btinternet.co.uk/
all the best