Hi everyone,
I want create a combobox having an icon and a description in the same row. The icon is not in the resource (it must be a rectangle filled by a logical color), so I must create my CImageList run-time (DrawIndirect()?).
I've already read all msdn documentation (http://msdn.microsoft.com/en-us/libr...ts(VS.80).aspx), but I can't fill my CComboBoxEx (even without icons), while I can fill a CComboBox (using AddString() method).
Could someone explain me how can I create a combobox with images?
Thanks a lot