How do you print the contents from the Microsoft WebBrowser Control?
Printable View
How do you print the contents from the Microsoft WebBrowser Control?
try this
w.Navigate "http://yourURL"
w.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DODEFAULT
You cannot print without the print dialog AFAIK.