i'm trying to add a CComboBoxEx to the SearchFrame, in order to add icons next to the strings "audio" - "video" - etc for the file type.
everything seems fine, except one thing: the texts of the combo don't get colored, and their background stays white
after googling, i found GargoyleMT has faced the same exact problem, it's very well explained here:
http://groups.yahoo.com/group/wtl/message/7995
with my own words, i explained it here:
http://www.codeproject.com/script/comme ... x1525976xx
the advice of putting a transparent background mode given in the WTL list doesn't seem to change anything.
i'm wondering if it is the control that is buggy, and if i'm going to really need to use ownerdraw stuff, or if any clue could be found.
thanks