Parent-Independent ToolTip Support for Static (or any) Controls
Learn how to handle ToolTips that are independent from ToolTip handling in a parent window.
Learn how to handle ToolTips that are independent from ToolTip handling in a parent window.
Yet another combo-box but with combined features of multicolumn, ownerdrawing, and autocolumn. Does not use any embedded control!
Coloring a ComboBox is not a trivial thing. Learn how to do it easily and effectively.
Code to provide better functionality of comboboxes in the wxWidgets grid class.
This is a hybrid ComboBox with a Tree View replacing the drop down ListBox. (The article, demo project, and source code were updated.)
Group the MFC CComboBox class. This is useful for such things as the designation of mappings between items with a one-to-one relationship.
A control with both the functionality of a combo and of a tree with checkboxes. This control acts like a combo showing a dropdown and also allowing multiple selections and fast selection or deselection of all items.
The History Combo class CHistoryCombo is based on CComboBox, and includes support for keeping item history, including reading from and saving to the registry.
When searching for strings in Combo boxes, the search is always case-insensitive. This article presents a ComboBox that is case sensitive.
The CHistoryComboEx based on the class ( CHistoryCombo) by Paul S. Vickery, which enables you to read and save the items of a ComboBox from and to the Registry. You can use it also to display the contents of a CRecentFileList object.
Combobox class/control that allows for tooltips for each individual items in the combobox
Combobox extension that reduces the amount of typing a user must do by auto completing the entry as the user types
This is a hybrid ComboBox with a Tree View replacing the drop down ListBox
Switch between drop-list and drop-down mode