Set Printer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Sirs,

How can I set the printer that my application will use without user
intervention?


Thanks in advance,

Luis Mendes
 
Hello and thanks for the help

What I want to do is the following:

The computer as a default printer, but I want that my application prints to
another printer rather then the default, without changing the default printer.


Thanks again,

Luis
 
Luis Mendes said:
Dear Sirs,

How can I set the printer that my application will use without user
intervention?


If you use a PrintDocument object, set the PrinterName property of it's
PrinerSettings property. Something like "pd.Printersettings.printername =
...."


Armin
 
Back
Top