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
Post a Comment