I would like to hook into an Office application just before the print properties dialog is opened (the dialog where you choose the paper, printer, etc.). Which Windows API opens this dialog?
Asked
Active
Viewed 1,709 times
1 Answers
0
Here are some links which document this
http://support.microsoft.com/kb/167345
http://msdn.microsoft.com/en-us/library/dd183576%28VS.85%29.aspx
and this SO question:
How to show printer properties/preferences dialog and save changes?