Chris
Wed May 24 09:14:45 CDT 2006
Not sure if printer drivers have some other magic related to prop sheets,
but here's some info.
http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/propsheet/propsheet.asp
"A property sheet sends notification messages to the dialog box procedure
for a page when the page is gaining or losing the activation and when the
user clicks the OK, Cancel, Apply, or Help button. The notifications are
sent in the form of WM_NOTIFY messages. The lParam parameter is the address
of an NMHDR structure that includes the window handle to the property sheet
dialog box."
Chris
"siggi" <siggie@kogun.is> wrote in message
news:DF207BE9-C28C-4F05-8E70-522E10EA612A@microsoft.com...
> Hi,
>
> My printer(unidrv) driver has 3 propertysheets and a common OK and CANCEL
> button.
>
> Where can I handle these events. If Ok is pressed I want to access a
> field
> in one propertysheet and if it is different from a certain registry
> value, I
> want to update the Registry.
>
> Thanks,
> Siggi