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
Printable View
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
Use SetCheck method of the CListCtrl class (see help guidelines).
I hope this could help.