Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to obtain my IP address
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01285819
Message ID:
01286002
Vues:
21
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform