Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Krishna,
As it is specified in the error, the control you work with doesn't have the LVS_EX_CHECKBOXES style. CheckItem gets this error when it tries to work with items of your control and translates it to the log. Most probably, check boxes in your list view are implemented as images which react to clicks.
If there's no way to modify your control and apply this style to it, you can use the ClickItemXY method to click the specified item in the area where the check box attached to it is located.