VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change Backcolour and Fill Colour In Progress Bar

Gehan Fernando  (47 Submissions)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Mon 14th August 2006   Mon 8th February 2021

Change Backcolour and Fill Colour In Progress Bar

API Declarations



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

Private Const PBM_SETBARCOLOR As Long = (WM_USER + 9)
Private Const CCM_SETBKCOLOR As Long = (CCM_FIRST + 1)
Private Const PBM_SETBKCOLOR As Long = CCM_SETBKCOLOR

Private Enum PrScrolling
Standard = 0
Smoth = 1
End Enum

Private Enum PrBarColor
DRed = vbRed
DGreen = vbGreen
DBlue = vbBlue
DBCustom = &HE76F0C
End Enum

Private Enum PrAppearance
ccFlat = 0
cc3D = 1
End Enum

Rate Change Backcolour and Fill Colour In Progress Bar (2(2 Vote))
Change Backcolour and Fill Colour In Progress Bar.bas

Change Backcolour and Fill Colour In Progress Bar Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters