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 » Font combobox Collapse All
Subject Author Date
Jonas Gauffin Nov 24, 2005 - 7:54 AM

Are there a font selection combobox in the package? If yes, where is it? If not, please make one =)

Technical Support Nov 24, 2005 - 11:35 AM

There is a sea of font combo boxes on the Internet. You can get any of them and use the CExtComboBox as its base class instead of CComboBox. Any of them will work without any problems because the font combo box is just an owner-draw combo box control which repaints and measures popup list-box items. This is not intersected with a repainted border and drop-down button of the CExtComboBox window. Of course, we could code such font combo-box for Prof-UIS but we have no any unique original idea with regard to it.