How to show printer properties/preferences dialog?
- by Patrick Klug
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?