hello...

I would like to implement a drop down menu whcih allows the user to make multiple selections. The user should be able to choose an option and that option to either change colour or have some small bitmap such as a "tick" to indicate that it has been selected.

Also, lets assume that the tittle or initial text displayed by the control is "Food" and that the options are "pasta" "pizza" "nachos" (all the healthy stuff e?)...Now when the user selectes lets say "pizza" then the default text /title of the control should remain food.

I would also need to be able to set some of the options to "disabled mode by graying them out....so some light colour..

I explored with CComboBox but found that it cannot offer the above functionality. Also when you select an option, tht option is then displayed at the top of the drowndown.

It seems that in order to achived this I would need to subclass CComboBox. I have a vague idea as to how it can be changed to do the above. has anybody done this before..is anyboy aware of such a control perhaps existing aready and I have not noticed?

Thanks,

Aristotel