I just found out that this prints from a text box:
Printer.Print Text1
Printer.EndDoc
But when I change text1 to WebBrowser1 it prints "Microsoft Web Browser Control"
How Do I make it print the page?
Steve
Printable View
I just found out that this prints from a text box:
Printer.Print Text1
Printer.EndDoc
But when I change text1 to WebBrowser1 it prints "Microsoft Web Browser Control"
How Do I make it print the page?
Steve
Use the following command:
WebBrowser1.ExecWB OLECMDID_PRINT
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
Compile Error, Argument Not Optional
?
Steve
?
OOPS.. sorry:
WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DODEFAULT
Thanks It Works Great!
Steve
Love to help! :-)