Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

Setting Font of Buttons in CDialog through .rc file

$
0
0
I have the following code in .rc file
Code:

FONT 12, "MS Shell Dlg"
This code successfully sets the font of text inside the dialog(CDialog) to specifed face type but the font of text of buttons does not change.Anything missing to do that?

Viewing all articles
Browse latest Browse all 3021

Trending Articles