IP Lookup
C#
3
Posts
3
Posters
0
Views
1
Watching
-
If you have DNS you could just use
HostIP = System.Net.Dns.GetHostByName(ServerName);
and if you have AD, you could do a DirectorySearch of computers and get a list by name, then use that to retireve the "ServerName" for your dns lookup string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?