This is a snippet of code where I want to control the checkboxes by multiple selections in the listview itself and hitting the checkbox (whether it is checked or not) to select / de-select them accordingly, trouble is when I do this it doesn't do them in one but for each item.
Basically, if I shift and select the items and check off the box the value counts down in real-time for the countLabelVal text.
Is there a dotNet way of doing this?
on lv ItemChecked do part of the code below is the trouble maker.