Retrieve computer names network
-
Hi, I want to retrieve the CONNECTED computer names of a network. I want to avoid giving users the ability to submit their own 'server string', therefore i want to somehow retrieve the computer names of a network and place them in a tree view. It should look the same as, for example, the Window Explorer, only you won't be able to 'go deeper' into the hierachy (like folders etc.). I hope you understand what i'm trying to say......anyway....all help is appriciated. Many thanks, Abebe Er zit een korstje op mijn aars.
-
Hi, I want to retrieve the CONNECTED computer names of a network. I want to avoid giving users the ability to submit their own 'server string', therefore i want to somehow retrieve the computer names of a network and place them in a tree view. It should look the same as, for example, the Window Explorer, only you won't be able to 'go deeper' into the hierachy (like folders etc.). I hope you understand what i'm trying to say......anyway....all help is appriciated. Many thanks, Abebe Er zit een korstje op mijn aars.
I think you are looking for
WNetOpenEnum()
andWNetEnumResource()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
I think you are looking for
WNetOpenEnum()
andWNetEnumResource()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?