How to get notification for keydown for CMFCRibbonComboBox?
问题 I have CMFCRibbonComboBox on ribonbar and I want when that user press on a key open droplist and select Item acurding to chars that press by user. For this purpose I want to get notification for keydown. How can I to do it? Thanks 回答1: I asked a very similar question on MSDN here and eventually solved it myself with the following hack; Save a local copy of C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\mfc\afxribbonedit.cpp to your project In BOOL CMFCRibbonRichEditCtrl: