Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I am new to CMFC Ribbon Application. I have added a CMFC Ribbon ComboBox to the application. Now I want to popup the drop down list whenever the user clicks on the text area of the ComboBox control. I have tried to subclass the control and added the following code:
C++
m_bIsDroppedDown = true;

but it does nothing except highlighting the dropdown button of combobox, the list is still disabled. Someone please help me in this regard.

Thanks in advance.
Posted
Updated 29-Jul-15 21:02pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900