Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a web page
Message
 
To
10/06/2002 15:52:28
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00666690
Message ID:
00666703
Views:
19
>I have the Microsoft web browser ocx into a form with some html on it, how can i print the html document, the api maybe?
>
>thanks in advance

This should work, just swap in your actual browser name (instead of oleBrowser):
ThisForm.oleBrowser.ExecWB(6, 1)
Or, if you don't want the dialog box:
ThisForm.oleBrowser.ExecWB(6, 2)
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform