Navigation:  thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > ProgressBar Control >

ProgressBar_DeltaPos

Previous pageReturn to chapter overviewNext page

 

Description

 

Advances the current position of a progress bar by a specified increment and redraws the bar to reflect the new position.

 

Syntax

 

n = ProgressBar_DeltaPos(hWnd, ctrlID, Increment)

 

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 ...

Increment

Number

No

Amount to advance the position

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com