P Peter Duniho Sep 23, 2007 #2 DaveP said: how can i resolve a computer name on lan to ipaddress Click to expand... See the Dns class.
DaveP said: how can i resolve a computer name on lan to ipaddress Click to expand... See the Dns class.
G Guest Sep 23, 2007 #3 Dns.GetHostEntry(Dns.GetHostName()).Addresses[0]; will get the local computers IP