How to show printer properties/preferences dialog?

Posted by Patrick Klug on Stack Overflow See other posts from Stack Overflow or by Patrick Klug
Published on 2010-03-13T05:14:26Z Indexed on 2010/03/13 5:25 UTC
Read the original article Hit count: 409

Filed under:
|
|

I can't figure out how to properly show the printer preference dialog of a given printer so that the user can change the printer settings.

Most of the examples that I can find online manage to show the dialog but any changes the user might make are lost which makes it useless.

Example: http://www.codeproject.com/KB/system/PrinterPropertiesWindow.aspx

(I tried to change the code as suggested by BartJoy but that didn't fix it)

Does anyone know how to do this properly?

© Stack Overflow or respective owner

Related posts about c#

Related posts about printing