have an app that does batch printing.

The Dialog telling me which page is being printed keeps poping up.

It's very annoying!! Any way to disable it??

Thanks in advance.

Re: Need to disable "Print progress" popup dialog by Herfried

Herfried
Wed Feb 16 13:56:26 CST 2005

Michael,

"Michael W." <mwl@driscorp.com> schrieb:
> have an app that does batch printing.
>
> The Dialog telling me which page is being printed keeps poping up.

If you are using .NET 1.1, you can set the 'PrintDocument' object's
'PrintController' property to a new instance of
'System.Drawing.Printing.StandardPrintController'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Re: Need to disable "Print progress" popup dialog by AMercer

AMercer
Tue Mar 08 21:01:01 CST 2005

Outstanding response. I didn't know that.

"Herfried K. Wagner [MVP]" wrote:

> Michael,
>
> "Michael W." <mwl@driscorp.com> schrieb:
> > have an app that does batch printing.
> >
> > The Dialog telling me which page is being printed keeps poping up.
>
> If you are using .NET 1.1, you can set the 'PrintDocument' object's
> 'PrintController' property to a new instance of
> 'System.Drawing.Printing.StandardPrintController'.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
>
>

Re: Need to disable "Print progress" popup dialog by Davis

Davis
Tue May 03 16:38:01 CDT 2005

Does anyone know how to do this 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

"AMercer" wrote:

> Outstanding response. I didn't know that.
>
> "Herfried K. Wagner [MVP]" wrote:
>
> > Michael,
> >
> > "Michael W." <mwl@driscorp.com> schrieb:
> > > have an app that does batch printing.
> > >
> > > The Dialog telling me which page is being printed keeps poping up.
> >
> > If you are using .NET 1.1, you can set the 'PrintDocument' object's
> > 'PrintController' property to a new instance of
> > 'System.Drawing.Printing.StandardPrintController'.
> >
> > --
> > M S Herfried K. Wagner
> > M V P <URL:http://dotnet.mvps.org/>
> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
> >
> >