Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print HTML Page

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
0
0
AU
Does anyone know how to print a HTML page either via the web browser control or otherwise?

Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Try using:

On Error Resume Next
AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER)

I've put it on a button. Just found it on another forum. Only problem is that it accepts the IE background printing setting, so if the background printing is off it still is in your app. I'm currently trying to find a work around for this so if you want the background colours and pics in the print I'll post again if I find a solution.

Humble Seeker
-----------------------------------------------------
The longest journey begins with the smallest step.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top