checkbox in List control and image
-
Hi all, I used a list control with check box, and image list. My aim is check box is in first column and image in second column. I did as i want.. but one problem is first image in image list is shown in first column along with check box? I need to check box alone in first column.. Thanks a lot.
-
Hi all, I used a list control with check box, and image list. My aim is check box is in first column and image in second column. I did as i want.. but one problem is first image in image list is shown in first column along with check box? I need to check box alone in first column.. Thanks a lot.
vicky00000 wrote:
My aim is check box is in first column and image in second column.
Have you tried
LVS_EX_SUBITEMIMAGES
andCListCtrl::SetExtendedStyle
?Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
-
vicky00000 wrote:
My aim is check box is in first column and image in second column.
Have you tried
LVS_EX_SUBITEMIMAGES
andCListCtrl::SetExtendedStyle
?Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
Thnks for your replay... i already used? My question is how to avoid the image appended with check box in first column....?