CCheckListBox Multiple Columns
Dicky Singh -- Dicky@landmark.com Friday, February 23, 1996 Environment: VC++ 4.0 + 2 patches, MFC 4.0, Win 95+service pack 1, NT3.51, NT w/ SUR Has anyone made a Multiple Column CCheckListBox work correctly? The checkboxes in columns other than the first are not set/reset-able. ------------------------------ // Dicky // Dicky@Landmark.com
Mike Blaszczak -- mikeblas@msn.com Sunday, February 25, 1996 Unfortunately, it's not well-documented... but CCheckListBox doesn't support multi-column controls. If you desperately need it, you can get the functionality by adding your own lbutton click handler. We'll look at getting it to work in MFC 4.2... at the very least, we'll get the docs folks to point out the limitation. .B ekiM TCHAR szREM[] = _T("Life is bigger, bigger than you, and you are not me."); ---------- From: owner-mfc-l@netcom.com on behalf of Dicky Singh Sent: Friday, February 23, 1996 06:42 To: 'MFC List Server' Subject: CCheckListBox Multiple Columns Environment: VC++ 4.0 + 2 patches, MFC 4.0, Win 95+service pack 1, NT3.51, NT w/ SUR Has anyone made a Multiple Column CCheckListBox work correctly? The checkboxes in columns other than the first are not set/reset-able. ------------------------------ // Dicky // Dicky@Landmark.com
| Вернуться в корень Архива |