Is there an alternative to using CComboBoxEx to include icons?

ChuckieAJ 316 Reputation points
2025-03-05T13:52:01.4066667+00:00

Is there an alternative to CCombopBoxEx for including icons:

User's image

As previously discussed on Microsoft Q & A, I have not been successful it getting it to use a dark mode theme. Only a normal CComboBox works properly. And I don't understand why.

So my question is two-fold:

  1. Is there an alternative control that I can use (that will support dark mode properly)?
  2. Is there any way to get the ComboBoxEx to support dark mode properly?
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,877 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Minxin Yu 13,011 Reputation points Microsoft External Staff
    2025-03-07T02:36:33.67+00:00

    Hi,

    SubClass CComboBox and DrawItem works. quick test:

    User's image

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.