ProgressBar Control

Purpose:

Returns the handle of a new ProgressBar control.

Syntax:

ProgressBar(direction,y,width,height)

Comments:

Direction can be one of the following where vertical is equivalent to bottomup and horizontal is equivalent to leftright.  Horizontal and vertical are usually the most common and expected,  thus for ease of use are included.

vertical,horizontal topdown bottomup leftright rightleft

Example

pro = progressbar("vertical",x,y,w,h)
pro = progressbar("horizontal",x,y,w,h)