Print problem

  • Thread starter Thread starter James Wong
  • Start date Start date
J

James Wong

Hi,

I use the print document to control the printer.
When the program is printing, it will popup a print dialog to show the
number of printing page.
Can I invisible it?
 
James Wong said:
I use the print document to control the printer.
When the program is printing, it will popup a print dialog to show the
number of printing page.
Can I invisible it?

Check out your 'PrintDocument' object's 'PrintController' property.
 
Back
Top