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 » ComboColorBox Collapse All
Subject Author Date
Patrik Müller Jun 17, 2002 - 3:14 AM

Hi,

i want to make a ComboColorBox like http://www.codeproject.com/combobox/colourpickercb.asp.
It should be CExtComboBox derived.
So how can I implement it (problems finding the right point on CExtPaintManagerXP::PaintComboFrame)?

Regards,
Patrik

Sergiy Lavrynenko Jun 18, 2002 - 11:53 AM

CExtComboBox can work with owner-drawn
styles. You should replace *CComboBox*
with *CExtComboBox* in this owner-drawn
color combobox.
After that all must work correctly.
I do not see any reason to use
PaintManager for this purpose.