SeekBar Control
Purpose:
Returns the handle of a new SeekBar control.
Syntax:
SeekBar(direction,y,width,height)
Comments:
D
vertical,horizontal topdown bottomup leftright rightleft
Example
seekh = seekbar("horizontal" 100 , 20 ,600 , 60) seekv = seekbar("vertical" 100 , 160 ,40 , 600) scrv = scrollbar("vertical" 180 , 160 ,50 , 600)