I've got some problems with CComboBoxEx...

1. I've added 4 bitmaps to an image list. The 1st and 3rd represent the unselected state. The 2nd and 4th represent the selected state. The combo has style DROPLIST. When I mouse over each item, the previous state of an item is not changing. For example, mouse over item one and its state bitmap changes. Now, mouse over item two and its state image changes, but, item one's image remains as it was.

2. Is there any way to remove text from the display? Can I display only a bitmap, or, am I locked into a bitmap and text?

Any help is greatly appreciated.