Quote Originally Posted by hoxsiew View Post
For a LOGFONT struct, you want to use CreateFontIndirect().

Code:
m_lblfont.CreateFontIndirect(&lf);

I compiled it with the m_lblfont.CreateFontIndirect(&lf);

but i'm trying to change the size of m_lblctrl1 which is a CLabel. How do i set the m_lblctrl1 with this m_lblfont?