ProgressBar Control
Purpose:
Returns the handle of a new ProgressBar control.
Syntax:
ProgressBar(direction,y,width,height)
Comments:
D
vertical,horizontal topdown bottomup leftright rightleft
Example
pro = progressbar("vertical",x,y,w,h)
pro = progressbar("horizontal",x,y,w,h)