how to implement CButton as CListbox item
ATL / WTL / STL
4
Posts
3
Posters
6
Views
1
Watching
-
I see many code projects that enhance the CListBox control, but none that lets each item be another control, like fx CButton. How would one implement that?
-
I see many code projects that enhance the CListBox control, but none that lets each item be another control, like fx CButton. How would one implement that?
-
This article uses radio buttons as items - does that help? CRadioListBox: A ListBox with Radio Buttons (MFC version)[^]
The link draws radio buttons, but doesn't really use MFC buttons. I am working on a solution that drops the need for CListBox.
-
I see many code projects that enhance the CListBox control, but none that lets each item be another control, like fx CButton. How would one implement that?