VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

Ascher Stefan  (8 Submissions)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Fri 26th November 1999   Mon 8th February 2021

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))
SelCount for ListViews. I have not found a property which returns the count of the selected Items i.bas

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

0/1000 characters