How can I get the other IP adress in my local netwok?
-
Hi , how can i get the IP adresses and machine names of other computers in my local network ? I come from china ,so my english is very poor ? Thank you very much ! :)
Look for
WNetOpenEnum()
andWNetEnumResource()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Hi , how can i get the IP adresses and machine names of other computers in my local network ? I come from china ,so my english is very poor ? Thank you very much ! :)
just check the following url http://www.codeproject.com/internet/ipaddress.asp?target=gethostname or check out msdn at Platform SDK: Windows Networking Enumerating Network Resources adi
-
Hi , how can i get the IP adresses and machine names of other computers in my local network ? I come from china ,so my english is very poor ? Thank you very much ! :)
This is exactly what you need: Enumeration of Computer Names and their IP address
-
This is exactly what you need: Enumeration of Computer Names and their IP address