D dasr25 New member Joined Oct 3, 2006 Messages 1 Programming Experience 10+ Oct 3, 2006 #1 If i give the IP Addres of any one computer in the same Network, can i get the System Full Name in VB.Net?
If i give the IP Addres of any one computer in the same Network, can i get the System Full Name in VB.Net?
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,188 Location Sydney, Australia Programming Experience 10+ Oct 3, 2006 #2 You would use the System.Net.Dns.GetHostEntry method to get an IPHostEntry object, from which you can get the name. Upvote 0 Downvote
You would use the System.Net.Dns.GetHostEntry method to get an IPHostEntry object, from which you can get the name.