Hi,
Can anyone who can help me out if possible.
At the moment, I'm working on a window application (vb.net) which
print out html document's through a default network printer.
I'm using browser control
Dim IE As SHDocVw.InternetExplorer)
....
....
IE.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER)
before calling browser control, I've used System.printing library to
set printer in duplex mode but no luck at all.
ps.Duplex = System.Drawing.Printing.Duplex.Horizontal
ps.DefaultPageSettings.PrinterSettings.Duplex = Duplex.Horizontal
Any idea?
Thanks in advance!