How do I set the height/width of the tabs (for each dialog box/propertypage) in a propertysheet?
Printable View
How do I set the height/width of the tabs (for each dialog box/propertypage) in a propertysheet?
Send the TCM_SETITEMSIZE message.
It is not working:( It is a propertysheet - not a tab control. And do I send this message to the handle to the whole propertysheet or individual dialog boxes used in the propertysheet, or individual propertypages?