VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to add Flat Scroll Bars to a ListView control (VB5) - requires version 4.71 of comctl32.dll or

Chris Eastwood  (2 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Tue 23rd February 1999   Mon 8th February 2021

How to add Flat Scroll Bars to a ListView control (VB5) - requires version 4.71 of comctl32.dll or later (IE4 or IE4.1)

API Declarations


Private Const LVM_SETEXTENDEDLISTVIEWSTYLE As Long = (LVM_FIRST + 54)
Private Const LVS_EX_FLATSB As Long = &H100

Private Declare Function SendMessage Lib "user32" Alias "SendMessageA"
(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As
Any) As Long


Rate How to add Flat Scroll Bars to a ListView control (VB5) - requires version 4.71 of comctl32.dll or (1(1 Vote))
How to add Flat Scroll Bars to a ListView control (VB5) - requires version 4.71 of comctl32.dll or .bas

How to add Flat Scroll Bars to a ListView control (VB5) - requires version 4.71 of comctl32.dll or Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters