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