Hi #
I have to preview the printing of a document using a PrintPreviewDialog. This control has a Print button that print directly to the default printer, but I would let the user select hte margins and number of page to print. So Im trying to use PrintDialog and PageSetupDialog controls, but I dont know how to show them before printing.
I cannot show them before the preview is shown, but i have to refresh the preview if the printing settings are modified...
I can access the PrintPreviewDialogs toolbar, but I cannot hook to the Print method or event...
Do I miss something?
I have to preview the printing of a document using a PrintPreviewDialog. This control has a Print button that print directly to the default printer, but I would let the user select hte margins and number of page to print. So Im trying to use PrintDialog and PageSetupDialog controls, but I dont know how to show them before printing.
I cannot show them before the preview is shown, but i have to refresh the preview if the printing settings are modified...
I can access the PrintPreviewDialogs toolbar, but I cannot hook to the Print method or event...
Do I miss something?