I have a CComboBoxEx
that displays some images and talk numbers:
How can the text of specific combo items properties?
- Set font to bold.
- Set font colour.
I know that for CComboBox
I can make it owner draw and create the font and render the combo item myself. But this is CComboBoxEx
and it is catering for images so owner draw would be harder.
Is there a simple solution to set specific CComboBoxEx
items as bold and with a specific text colour? Thanks.
I saw this question and I thought I might be able to do it that way but I couldn't get it to work.