Print problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James Wong

    #1

    Print problem

    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?


  • Herfried K. Wagner [MVP]

    #2
    Re: Print problem

    "James Wong" <cphk_msdn@nosp am.nospamschrie b:
    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 'PrintControlle r' property.

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

    Comment

    Working...