I'm having trouble being able to use CTRL + A to select all items of a fileview.
I'm able to do multiple selections and eventually select all by using Shift and the mouse but would like Ctrl + A to be available.
How can that be done?
Thanks
oh my what an idiot i am...
I used the name i gave to it in the property...
I am referring to the ListView.
PrivateSublistView1_KeyDown(ByValsenderAsObject,ByValeAsKeyEventArgs)If(e.ControlAndAlso(e.KeyCode=Keys.A))ThenlistView1.SelectedItems.ClearForEachItemAsListViewItemInlistView1.ItemsItem.Selected=trueNextEndIfEndSub
THANKS!!! Easy enough.