Combo box in CListCtrl
-
Dear All, I want to add Combo boxes in one row of a CListCtrl. Is this possible ? If possible can anyone help me to add the ComboBoxes in one row of a CListCtrl. Expecting your replies. Many thanks in advance. Bhanu
-
Dear All, I want to add Combo boxes in one row of a CListCtrl. Is this possible ? If possible can anyone help me to add the ComboBoxes in one row of a CListCtrl. Expecting your replies. Many thanks in advance. Bhanu
bhanu_8509 wrote:
I want to add Combo boxes in one row of a CListCtrl. Is this possible
Easiest with a more advanced list control - I suspect one or more of the CodeProject articles about list controls[^] could sort you out.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
bhanu_8509 wrote:
I want to add Combo boxes in one row of a CListCtrl. Is this possible
Easiest with a more advanced list control - I suspect one or more of the CodeProject articles about list controls[^] could sort you out.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
I cannot find useful information for the comboboxes to be added in a row. The implementation is given for a column. Please help me.