Anyone know where/how to implement a Combobox that includes an inclusive CheckBox for each item
so multiple items may be selected. Any source or examples appreciated. Thanks in advance.
Printable View
Anyone know where/how to implement a Combobox that includes an inclusive CheckBox for each item
so multiple items may be selected. Any source or examples appreciated. Thanks in advance.
There is MFC class CComboCheckBox (or something similar)
Look in the MultiComboBox examples here
in CodeCuru