Link to home
Start Free TrialLog in
Avatar of chezhiyan
chezhiyan

asked on

List boxes with check boxes

How do I program a list box with check boxes in each of the items.Where can I get useful info or sample code demonstrating this?
ASKER CERTIFIED SOLUTION
Avatar of cyrilbdt
cyrilbdt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chezhiyan
chezhiyan

ASKER

cyrilbdt,
  I agree with you,but I don't find a checklistbox in the "controls" listed in the resource editor of VC++6.0. How do I now insert a checklistbox into my dialog box before I proceed to use the CCheckList class?

You can also use CListCtrl in editor and then use macors
ListView_SetExtendedListViewStyle() with LVS_EX_CHECKBOXES
cyrilbdt,
  I agree with you,but I don't find a checklistbox in the "controls" listed in the resource editor of VC++6.0. How do I now insert a checklistbox into my dialog box before I proceed to use the CCheckList class?