PSN_WIZFINISH Notification
-
Hi How to destroy the PropertySheet and hence finish the wizard by sending a PSN_WIZFINISH Notification from the PropertyPage to handle the ON_BN_CLICKED event on any custom button other than the finish button?
With Regards Neeraj Sinha Netstudio Pune
-
Hi How to destroy the PropertySheet and hence finish the wizard by sending a PSN_WIZFINISH Notification from the PropertyPage to handle the ON_BN_CLICKED event on any custom button other than the finish button?
With Regards Neeraj Sinha Netstudio Pune
Neeraj Sinha wrote:
How to destroy the PropertySheet and hence finish the wizard by sending a PSN_WIZFINISH Notification from
Do this: pMySheet->PressButton (PSBTN_FINISH ); where pMySheet is pointer to the class that is derived from CPropertySheet..
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_