Supress Print Status Box?

  • Thread starter Thread starter Rob T
  • Start date Start date
R

Rob T

I have a little app that monitors a database and then prints various
reports. Everything works fine except that it pops up the little status
window that says "Printing 1 or 2..", then goes away. It's quite annoying.
Is there a way to suppress this box?

Thanks.

-- Rob T.
 
Hi,

The printdocuments printcontroller display that window. Try
this

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

http://msdn.microsoft.com/library/d...ingprintdocumentclassprintcontrollertopic.asp


Ken
------------------
I have a little app that monitors a database and then prints various
reports. Everything works fine except that it pops up the little status
window that says "Printing 1 or 2..", then goes away. It's quite annoying.
Is there a way to suppress this box?

Thanks.

-- Rob T.
 

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