Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to obtain my IP address
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01285819
Message ID:
01286002
Views:
20
Hi, Plinio!
You can use service provided by http://vbnet.mvps.org/.
It's easy, because this service returns the only row of text - your outer IP:

Try the following code:
oIE=CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("http://vbnet.mvps.org/resources/tools/getpublicip.shtml")
oDoc=oIE.Document.ActiveElement
? oDoc.innerText
Have a nice day!

>Is there any class to obtain my public ip address like www.showmyip.do does?
Previous
Reply
Map
View

Click here to load this message in the networking platform