printing problem .net

  • Thread starter Thread starter DT
  • Start date Start date
D

DT

I am working on a windows form application which does some printing. The
problem I have been having is the "printing progress" window that pops up
when the page is about to print. How do I disable that in my code.


DT
 
DT,
Set the PrintController of your PrintDocument to an instance of
StandardPrintController. The default is PrintControllerWithStatusDialog.

Ron Allen
 
Back
Top