Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do we call IE from VFP?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00365118
Message ID:
00365126
Views:
14
>I like to call Internet Explorer with the createobject() command and jump to a UTL.
>
>What is the syntax to call IE with a URL?

Use the Navigate method:
oIE = CREATEOBJECT('InternetExplorer.Application')
oIE.Navigate('http://www.levelextreme.com')
oIE.Visible = .T.
There's info in the MSDN library on the complete object model.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform