All

I have a listview and i want to show the checkboxes after i click a button

Im using the code below

Me.lstCustomers.CheckBoxes = True

but this doesnt show the checkboxes until i click on am item in my list view, and then it only shows the checkbox for the selected item??

can anyone tell me how to get the checkboxes visible (Or hidden) at the click of my button please

thanks

Gibbo