I have a ListViewCtrl
in a WTL program.
I need to get the items selected by the user(multiple selection).
I can only het the count of selected items using GetSelectedCount()
.
GetSelectedItem()
doesnt work with multiple selection.
I have a ListViewCtrl
in a WTL program.
I need to get the items selected by the user(multiple selection).
I can only het the count of selected items using GetSelectedCount()
.
GetSelectedItem()
doesnt work with multiple selection.
Now this is just the way that I did it:
shortest way:
Have a look here: