Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating Internet Explorer
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00486575
Message ID:
00486609
Views:
22
Hi Clark,

If you're looking to access the underlying HTML, you could access it by using:
lcHTML=oie.Document.Body.OuterHTML
Scott

>From with in Internet Explorer I would like to print to a printer and/or copy selected pages to the clip board using Active X controls. I have opened an Internet Explorer session and navagated to a page with the code below:
>
>oie = CREATEOBJECT("internetexplorer.application")
>oie.Visible = .T.
>oie.Navigate("http://msdn.microsoft.com/vfoxpro/")
>oie.Application.Quit
>
>I want to be able to print and/or copy a pages contents (select all) between the navigate and quit controls. Any help would be greatly appreciated.
Scott King
The Support Source Corporation
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform