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:
00365434
Views:
14
>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.

Download the sample I put here on the UT. It's called inet.zip.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform