I need a combobox in an Windows MFC application that has a search feature. It should work so that if you start typing something that matches one or more items in the list, the combobox should drop-down and display those items. Kinda like popular ajax-based search boxes on the web
Do you - know of any control that provides this functionality? - have a link to information on how to create such functionality myself? - have ideas on how to do this that you could share?