views:

46

answers:

1

hi, i would like to write in MFC combobox that behave like the combo in the IE8 address bar. with the option of auto complete (which it is a property on the combo - right?) and the delete option on the right (is the drop down is a list control?)

A: 

Check Using Autocomplete.

You can access the edit control in a CComboBoxEx using the GetEditCtrl method.

Sheng Jiang 蒋晟