I want to get my ip.
When i try to do this:
MsgBox(System.N et.Dns.GetHostB yName(System.Ne t.Dns.GetHostNa me).AddressList (0).ToString)
I get the ip within my LAN.
When i surf to http://whatismyip.com/ I get the ip I want to get in my vb.net program.
How can I do this?
When i try to do this:
MsgBox(System.N et.Dns.GetHostB yName(System.Ne t.Dns.GetHostNa me).AddressList (0).ToString)
I get the ip within my LAN.
When i surf to http://whatismyip.com/ I get the ip I want to get in my vb.net program.
How can I do this?
Comment