Hi,


I have an editable CComboBox, and if the user has one string that is "123456", and then modifies it by hand to "1234" ( in the edit box), and then press the dropdown button then the "1234" string is replaced by the "123456" string ( altough it cancel the operation), How can I avoid this ?


Thanks, Bye !