Click to See Complete Forum and Search --> : Update checkboxes in a ListCtrl


Dalle
April 24th, 1999, 06:56 AM
I have a ListCtrl with checkboxes but I can't update them ??? Example: if I have a list of items I want some of them to have checked checkboxes (without manually check them with the mouse)...

//Dalle

eric33
April 24th, 1999, 10:42 AM
Use SetCheck method of the CListCtrl class (see help guidelines).

I hope this could help.