need to know public IP address using vb.net
-
In my application I need to know the public IP Address of my machine which I will get after connecting to the internet. Is it possible to know using VB.Net code?
use System.Net.Dns class try Googling. Hope above link helps you
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India) My Company
-
In my application I need to know the public IP Address of my machine which I will get after connecting to the internet. Is it possible to know using VB.Net code?
Hi, AFAIK you can't get the public IP address programmatically without the help of some web site. Here is one for you: http://www.perceler.com/tools1.php[^] You could use the HttpWebRequest class and GetResponse() method to access such page programmatically. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Voting for dummies? No thanks. X|