SelCount for ListViews. I have not found a property which returns the count of the selected Items i
SelCount for ListViews. I have not found a property which returns the count of the selected Items in a ListView (VB5), but it is no problem to
API Declarations
(ByVal hwnd As Long, _
ByVal Msg As Long, _
ByVal wParam As Long, _
lParam As Any) As Long
Private Const LVM_FIRST = &H1000
Private Const LVM_GETSELECTEDCOUNT = (LVM_FIRST + 50)
Rate SelCount for ListViews. I have not found a property which returns the count of the selected Items i
(1(1 Vote))
GetSelCount = SendMessageAny(lvhwnd, LVM_GETSELECTEDCOUNT, 0&, 0&)
End Function
SelCount for ListViews. I have not found a property which returns the count of the selected Items i Comments
No comments yet — be the first to post one!
Post a Comment