VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ProcessBar in Statusbar

by Kjell T Dirdal (3 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

Shows you how to build the processbar into the statusbar panels the easy way.

Inputs
non
Assumes
non
Code Returns
non
Side Effects
non
API Declarations
Private Declare Function SetParent Lib "user32.dll" _
(ByVal hWndChild As Long, _
ByVal hWndNewParent As Long) As Long
'SendMessage
Private Declare Function SendMessage Lib "user32.dll" Alias "SendMessageA" _
(ByVal hWnd As Long, _
ByVal wMsg As Long, _
ByVal wParam As Long, _
lParam As Any) As Long

Rate ProcessBar in Statusbar

Download ProcessBar in Statusbar

Download ProcessBar in Statusbar (2 KB)

ProcessBar in Statusbar Comments

No comments have been posted about ProcessBar in Statusbar. Why not be the first to post a comment about ProcessBar in Statusbar.

Post your comment

Subject:
Message:
0/1000 characters