<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > ProgressBar Control > ProgressBar Control Commands > ProgressBar_SetPos |
Description
Sets the current position for a progress bar and redraws the bar to reflect the new position
Syntax
n = ProgressBar_SetPos(hWnd, ctrlID, lNewPos)
Returns
Number.
Returns the previous position.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the list-view control |
ctrlID |
Number |
No |
Control identifier assigned to the control during CONTROL ADD ... |
lNewPos |
Number |
No |
New position |
Remarks
Restrictions
See also
Examples