VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change Progress Bar Color

CoRySus  (1 Submission)   Windows API Call/Explanation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Change progress bar color ( back and bar color ) with one API function ...

API Declarations
' API DECLARATION "USER 32"
Private Declare Function PostMessage Lib "user32" Alias "PostMessageA" _
(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _
ByVal lParam As Long) As Long
' CONSTANTS
Const PBM_SETBARCOLOR = &H409
Const PBM_SETBKCOLOR = &H2001

Rate Change Progress Bar Color (9(9 Vote))

Download Change Progress Bar Color

Change Progress Bar Color Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters