Control |
Progressbar ActiveX control - version 5.0 |
File |
COMCTL32.OCX |
Panel control name |
Progress1 |
Script |
Code |
---|---|
Display About box |
Progress1.AboutBox |
Set Maximum |
Progress1.Max
= &(1:) &(1:)=Integer - value when process is complete. |
Set Minimum |
Progress1.Min
= &(1:) &(1:)=Integer - value when process is not started. |
Set Value |
Progress1.Value
= &(1:) &(1:)=Integer - value of current progress. |