C#:
com.webmastermafia.tools.GeoIPChecker GEO = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCountry("te...@webmastermafia.com", "test",
txtIP.Text, "CountryName");
Visual Basic:
Dim GEO As com.webmastermafia.tools.GeoIPChecker = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCountry("te...@webmastermafia.com", "test",
txtIP.Text, "CountryName")
... or for City by IP:
C#:
com.webmastermafia.tools.GeoIPChecker GEO = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCity("te...@webmastermafia.com", "test",
txtIP.Text, "City");
Visual Basic:
Dim GEO As com.webmastermafia.tools.GeoIPChecker = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCity("te...@webmastermafia.com", "test",
txtIP.Text, "City")
It is free for use. You don't need to register but in that case, web
service has time delay (3 seconds). If you are registred, you can use
it without delay. Registration is free at http://tools.webmastermafia.com
Try to use MaxMind services
http://www.maxmind.com/app/csharp