Is it possible to set which printer the WebBrowser control prints to without user intervention?
The PrintMe method prints the currently loaded document. If you call PrintMe(false) the document goes straight to the default printer. The only way we’ve found to change this behaviour (i.e. print to another printer) is by temporarily changing the default Windows printer. This will affect other software so only do this is you really need to.