vote up 2 vote down star

I want to create labels in MFC (Static text) that have both bold and non-bold text. Something like this:

"I would like my label to look like this, for example"

Any thoughts of how to do this?

I know that I can change the font of the entire label and have it either bold or not, but is there any way of merging more than one style, or maybe give an html-like label?

flag

1 Answer

vote up 2 vote down check

Instead of a static control, use a RichEdit control containing appropriately marked up text.

link|flag
OK, I used the RichEdit control with Border=False and Transparent=True. Thanks. – Dana Dec 10 at 16:23

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.