I display the print dialog using the ShowDialog() function. On the print
dialog there is a properties button.
I need to detect when this properties button has been clicked as i want to
re-calculate the total pages possible to print as this value can change when
moving between portrait + landscape settings.
Anyone have any ideas?
It's possible using the latest version of Dialog Workshop .NET (1.4.1).
It's not available yet on our web (http://www.componentage.com), but
CaPrintDialog component now contains events: PrinterSetup,
PrinterSetupComplete.
These events are raised before and after Properties dialog is shown.
Please contact us directly if you want to get eval copy immediatelly.
Sergey
>I display the print dialog using the ShowDialog() function. On the print
> dialog there is a properties button.
[quoted text clipped - 5 lines]
>
> Anyone have any ideas?