I'm printing html documents using a .net webbrowser control and I want to be able to show the print dialog once so the user can choose their printer.
Is there any way to show a print dialog without showing it every time the webbrowser control prints?
Is it possible to use a printdocument and somehow pass it's settings to the webbrowser object?