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:
00365426
Views:
23
Thank you George. I will look up the MSDN library.

>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform