Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading Public IP from Windows
Message
De
20/08/2006 03:15:56
 
 
À
19/08/2006 11:52:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP SP2
Divers
Thread ID:
01033553
Message ID:
01147080
Vues:
25
loExplorer = CreateObject("InternetExplorer.Application")
loExplorer.Navigate2("www.whatismyip.com")
DO WHILE loExplorer.readystate <> 4
ENDDO
loDoc = loExplorer.Document
cPublicIp = UPPER(loDoc.Body.Innertext)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform