WinXProgress_SetPos (hProg, DOUBLE pos)
Sets the position of the progress bar
Parameter | Description |
---|---|
hProg | The handle to the progress bar to set the position for |
DOUBLE pos | The position to set the progress bar to. 0 empties the progress bar, 1 completely fills it. |
$$TRUE on success or $$FALSE on fail
The pos parameter is the proportion of the progress bar to fill.
'empty a progress bar WinXProgress_SetPos (hProg, 0) |