J
Jonathan
Hi all & Happy New year
What I want to do is be able to multiselect rows in a Listview just by
clicking & dragging the mouse over them (not using the shift key). So
has I move the mouse over each row it highlight & stays higlighted. I
can do it in vb6 (see code below), but not in .net
This in on the mouse_move action
If Button = vbLeftButton Then
lvtrades.SelectedItem = lvtrades.HitTest(X, Y)
End If
Cheers
All
What I want to do is be able to multiselect rows in a Listview just by
clicking & dragging the mouse over them (not using the shift key). So
has I move the mouse over each row it highlight & stays higlighted. I
can do it in vb6 (see code below), but not in .net
This in on the mouse_move action
If Button = vbLeftButton Then
lvtrades.SelectedItem = lvtrades.HitTest(X, Y)
End If
Cheers
All