Check list control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, Does MFC provide us with a check list control. If not, how can I do it? I need to build multi columns list with a check box at the left. Thanks, With Best Regards, Rula Ghabbiesh.
-
Hello, Does MFC provide us with a check list control. If not, how can I do it? I need to build multi columns list with a check box at the left. Thanks, With Best Regards, Rula Ghabbiesh.
if u mean the Kist box related stuff just change the list control in to the Report view and set the extended style Like yourcontrol.SetExtendedStyle(yourcontrol.GetExtendedStyle()|LVS_EX_CHECKBOXES ); R_Renjith The True CP ian