Modeless Propertysheet
-
Does anyone know how to add 'OK', 'Apply','Cancel' button to a modeless propertysheet just like the model one? Thanks.
Lisoft
http://www.codeproject.com/property/hacking_the_cpropertyshee.asp[^] The buttons are there on the modeless sheet, they are just hidden and disabled and the sheet is resized to remove the area where the buttons are. You have to expand the sheet, and then show and enable the buttons.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
-
http://www.codeproject.com/property/hacking_the_cpropertyshee.asp[^] The buttons are there on the modeless sheet, they are just hidden and disabled and the sheet is resized to remove the area where the buttons are. You have to expand the sheet, and then show and enable the buttons.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!