Valhalla Legends Forums Archive | Battle.net Bot Development | [vb] solution to "listview wont hightlight what i clicked on" problem

AuthorMessageTime
Camel
several people have asked me about this same problem, so i figgured i should post the solution

[code]Private Sub lvUsers_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
On Error Resume Next
lvUsers.SelectedItem = lvUsers.HitTest(X, Y)
End Sub[/code]
May 4, 2003, 8:42 PM

Search