I've been playing around with the WinForms WebBrowser control this morning, and after lots of experimentation have finally figured out how to use some of the printing functionality. First of all, Add a Reference to SHDocVw. (Project > Add Reference > Browse > C:\Windows\System32\shdocvw.dll) Secondly load a document into the browser using webBrowser1.Navigate(url). Then, to do "Print Preview"... Code: IWebBrowser2 browser ...
IWebBrowser2 browser