Printer Properties

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I'm creating a PrintDialog panel.
I plan to have a combo box to let the user choose the printer and an
advanced property button, as much as the standart print panel.
How do I show the advanced (printer specific) properties?

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Why would you need it? The advanced button is on the PrintDialog when you
click on preferences. Why re-invent the wheel?

Joe
 
Why would you need it? The advanced button is on the PrintDialog when you
click on preferences. Why re-invent the wheel?
err.....
What are you talking about man?

Maybe I was not clear enough?

I'm a programmer, and I'm writing a new application.

This new application of mine could print (yes, that's true!)

And I would like to provide a single printer dialog which setup various
program specific option (I'm speaking of option specific to my program here)
as well as let the user select the printer and set its properties (just as
the SDK print dialog).

Now the question is:
how could I put this "standart" printer property button on my (application
specific) print dialog?




1. want to have a dialog wh
 
Well, since it sounds as though you have a firm handle on everything, my
work is done here.

Good luck!
 
Back
Top