As Victor stated, you typically derive your own control class and modify the code accordingly. I usually chage styles within the PreSubclass event. Once you've changed the style, MFC will recognize that you want to render the radio button and call DrawItem () of the derived control class.




Reply With Quote