I am writing a MFC program in EVC. One window, we have a CListCtrl with full
row selection and checkbox style. The problem is when I select a row, the
check box's status is changed at the same time automatically. I don't want to
change the checkbox status when users click a row. So is there a setting I
need to set or I need to capture the select message?
Thanks a lot.