How to Subclass PropertySheet buttons ?
-
Hi, Can someone give me a hint on how to Subclass the Back, Next and Finish buttons on a wizard propertysheet page ?, I want to add icons or bitmaps to these buttons to look better. Thanks. www.usro.net
-
Hi, Can someone give me a hint on how to Subclass the Back, Next and Finish buttons on a wizard propertysheet page ?, I want to add icons or bitmaps to these buttons to look better. Thanks. www.usro.net
-
You can use GetDlgItem on these buttons like any other control (IDOK, IDCANCEL, etc.). They can be subclassed in the WM_CREATE of the property sheet.
Thank you, I tried to subclass the buttons in the classical way, the application runs without problems, but the buttons does not get painted. I sublcassed with CButtonST found on this site. www.usro.net