Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet Explorer
Message
 
 
To
17/10/2001 22:35:22
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00570045
Message ID:
00570048
Views:
20
>Hi All,
>
>Is it possible to open Internet Explorer and direct it to a certain html document on the harddrive using COM or something similar in VFP6?
>
>As always thanks in advance.
>
>Aloha,
>
>James

James,
Yes it is.
oie = createobject('internetexplorer.application')
oie.Navigate('file://c:/MyHTMLFile.htm')
oie.Visible = .t.
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform