Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Combo boxes within Prof UI tool bars d Collapse All
Subject Author Date
howard liu Apr 30, 2008 - 11:11 AM

Hi,


The application on which I work has many MFC style flat tool bars. I have modified these flat tool bars to Prof-UI style tool bars. This Prof-UI style tool bar works well except for 1 particular problem. The MFC style flat tool bars in my application has some amount of combo box, drop down boxes within the tool bars. When these tool bars were converted to Prof-UI style tool bars, the combo box and drop down box did not appear on the Prof-UI style tool bars. Could you please provide us the information about the methods that we need to override to enable us to view and function properly these combo boxes and drop down boxes within the tool bars


Thanks


Howard


 

Technical Support Apr 30, 2008 - 2:09 PM

In the case of combo box common controls, you should simply use CExtComboBox class instead of MFC’s CComboBox.