c++ - How to use an autocomplete edit control in an MFC Ribbon Application -


i need develop search module mfc ribbon application using c++. have used auto complete feature in c#.net never worked on mfc ribbon application. want auto complete search icon image prefix of each suggestion, facebook search. have consulted this article, uses ccombobox, need use cmfcribboncombobox in program because tried ccombobox causing problems. appreciated.

you need create own cmfcribboncombobox derived class, pretty copy of cmfcribbonfontcombbox without fonts.

to check how draw images can check cmfcribbonfontcombobox::ondrawdroplistitem implementation.
then think have dynamicaly add ribbon.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -