Hide the printing dialog box

  • Thread starter Thread starter Ken Tucker [MVP]
  • Start date Start date
K

Ken Tucker [MVP]

Hi,

To supress the window use the standard print controller.

PrintDocument1.PrintController = New
System.Drawing.Printing.StandardPrintController

PrintDocument1.Print()



Ken
 
How to hide the printing dialog box during printdoucment.print() called?
 

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