How can I get all IPs on a network?

bonedoc

Well-known member
Joined
May 4, 2006
Messages
112
Programming Experience
Beginner
I have a code that I have created that uses IP addresses...but I must now make it get all IP addresses on the network, for those who have changing IP addresses. What is the best way to search and create a list of IP addresses on the network?
 
Old thread, but I wrote a 'NetHood' class today using Ping that might be useful for this, see attachment with sample app.
 

Attachments

  • vbnet20-nethood.zip
    14.8 KB · Views: 34
Back
Top