Hi,
Can some one please tell me a easy way to make these to static text label controls in MFC, MS Visual Studio have a larger text font.
I would like.
IDC_Words to have a font size of 70.
IDC_Answer to have a font size of 50.
I have tried GetDlgItem(IDC_Word)->SetWindowTextW(); and IDC_Answer::FONTSIZE(50); but both do not work.
Thanks