-
Printing HTML from VB
Is there a control or a technique I can use to print off a HTML document residing on my hard drive without having to load it into a browser? I need to specify the margins and orientation (landscape / portrait) of the print area.
[Edited by wossname on 05-17-2000 at 11:09 PM]
-
-
It'd have to load into a browser somewhere (offscreen, web browser control with visibility = false) as the html has to be read, pictures loaded, scripts run then formatted for printing.
The browser is the only html decode I know of