Need to disable "Print progress" popup dialog when previewing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to disable "Print progress" popup dialog when previewing
w/ the PrintPreviewDialog, or better yet the
PrintPreviewControl? I've tried setting the printDocument's printController
to a standard and preview printController, but the status box still appears.

Thanks,

Davis
 
Did you try? (pd = PrintDocument)

pd.PrintController = new StandardPrintController();

I think the default is PrintControllerWithStatusDialog.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top