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 General Discussion » Any CComboBoxEx support? Collapse All
Subject Author Date
Petr Maar Mar 31, 2006 - 8:11 AM

Hello again,
will there be any support for CComboBoxEx in the library in the future?

Technical Support Apr 3, 2006 - 10:35 AM

Unfortunately we do not support the extended combo box, nor we plan to support it in the future. The CComboBoxEx class paints itself in some a wierd way -- without WM_PAINT (at least, we cannot find out how to handle the WM_PAINT message). As you know CComboBoxEx just extends the combo box control by providing support for image lists. So alternatively you can implement your own image drawing code in CExtComboBox class.