Bolding certain characters in a CCombobox entry (C++, MFC)

37 Views Asked by At

I have a CComboBox containing strings of serial numbers. I want to be able to bold individual characters in the string. Like for instance, I would like to be able to make the second string 87650123 show up as 87650123.

enter image description here

I have seen some posts about bolding a whole individual string entry in a CCombobox, but not individual characters. Would this be possible? Thanks in advance.

I have attempted bolding the entire entry to start, which was successful, but have not been able to do individual characters.

0

There are 0 best solutions below