VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SelCount for ListViews. I have not found a property which returns the count of the selected Items i

by Ascher Stefan (8 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 26th November 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



    GetSelCount = SendMessageAny(lvhwnd, LVM_GETSELECTEDCOUNT, 0&, 0&)
End Function



Download this snippet    Add to My Saved Code

SelCount for ListViews. I have not found a property which returns the count of the selected Items i Comments

No comments have been posted about SelCount for ListViews. I have not found a property which returns the count of the selected Items i. Why not be the first to post a comment about SelCount for ListViews. I have not found a property which returns the count of the selected Items i.

Post your comment

Subject:
Message:
0/1000 characters