Resources  
  • IP Lookup program in VB.NETNov 10, 2012. This is an IP look up program that uses VB.NET Windows Forms and IPHostEntry to resolve the DNS request.
  • Printing in C#Aug 05, 2010. This application will send raw data to a networked printer.
  • IP LookUp Program in .NETApr 03, 2002. This is an IP look up program that uses C# Windows Forms and IPHostEntry to resolve the DNS request.
  • Get IP Address of a HostDec 03, 2000. The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net