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
>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