VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Creates a flat scrollbar onto an object or form.

Les Blancs  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sat 14th June 2003   Mon 8th February 2021

Creates a flat scrollbar onto an object or form.

API Declarations


Private Declare Function FlatSB_SetScrollRange Lib "comctl32" (ByVal hWnd As Long, ByVal code As Long, ByVal nMinPos As Long, ByVal nMaxPos As Long, ByVal fRedraw As Boolean) As Long
Private Declare Function FlatSB_ShowScrollBar Lib "comctl32" (ByVal hWnd As Long, ByVal code As Long, ByVal fShow As Boolean) As Boolean
Private Declare Function FlatSB_GetScrollPos Lib "comctl32" (ByVal hWnd As Long, ByVal code As Long) As Long

Rate Creates a flat scrollbar onto an object or form. (2(2 Vote))
Creates a flat scrollbar onto an object or form..bas

Creates a flat scrollbar onto an object or form. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters