I have a button on an MFC dialog. How can I make the text bold?
|
|
|
|
|
|
|
You can create a new CFont and call WM_SETFONT on the button. Something like this:
|
||||||
|
|
|
|
|||
|
|
|
|
Thanks for the answer... |
||
|
|
