Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading Public IP from Windows
Message
From
20/08/2006 03:15:56
 
 
To
19/08/2006 11:52:38
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01033553
Message ID:
01147080
Views:
27
loExplorer = CreateObject("InternetExplorer.Application")
loExplorer.Navigate2("www.whatismyip.com")
DO WHILE loExplorer.readystate <> 4
ENDDO
loDoc = loExplorer.Document
cPublicIp = UPPER(loDoc.Body.Innertext)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform