find ip addresses of pc's connected to lan
-
How can I find/get all the ip addresses of workstations connected in lan including the server using vb 2005? I do appreciate it if you could give some working code. And from that I can start modifying it to suit my needs. I am new to vb.net programming and I need advice/help from other coders. Thanks!
BM
-
How can I find/get all the ip addresses of workstations connected in lan including the server using vb 2005? I do appreciate it if you could give some working code. And from that I can start modifying it to suit my needs. I am new to vb.net programming and I need advice/help from other coders. Thanks!
BM
There is no central list that is maintained. You'd have to generate a list of valid IP addresses for your network and PING each one, checking to see if the target address responds. The response can come from ANY device at that address, not just a workstation or server. If you're new to programming, you're going to have a very difficult time with this. This isn't exactly a newbie-level project. This is more moderate to advanced. No, I don't have any example code to post.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007