VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Change Progress Bar Color

by CoRySus (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

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

Download Change Progress Bar Color

Download Change Progress Bar Color (2 KB)

Change Progress Bar Color Comments

No comments have been posted about Change Progress Bar Color. Why not be the first to post a comment about Change Progress Bar Color.

Post your comment

Subject:
Message:
0/1000 characters