Originally posted by: Phill Heald
Thanks very much!!
Very useful!
Originally posted by: vivi
It is very good to me
Originally posted by: John
I have my own CButton derived class that I use. I can't get your code to work for it. Shouldn't a class derived from CButton work just the same? In my header I declared a button variable:
CFontCtrl<MyButtonClass> m_Button1;
In my code I call:
m_Button1.ChangeFontStyle(FC_FONT_BOLD, 0, TRUE);
But, nothing happens. Everything works fine when I try:
CFontCtrl<CButton> m_Button1;