Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Router Ip
Message
 
To
05/05/2003 08:29:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00784776
Message ID:
00784911
Views:
24
Robert
I see. Try the following in your program:
loExplorer = CreateObject("InternetExplorer.Application")
loExplorer.Navigate2("www.whatismyip.org")
loDoc = loExplorer.Document
MyIp = loDoc.Body.Innertext
HTH
Jaime

>no i want to do a program that will retrieve this ip
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform