开发者

combobox like IE8 address bar - how to?

开发者 https://www.devze.com 2023-01-18 10:43 出处:网络
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 i开发者_JS百科t is a property on the combo - right?) and the delete opt

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 i开发者_JS百科t is a property on the combo - right?) and the delete option on the right (is the drop down is a list control?)


Check Using Autocomplete.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消