- Home
·
- Graphics
·
- How to use the MS Progress Bar Control from the Componenet in your Form. Simply use a Timer and Set
How to use the MS Progress Bar Control from the Componenet in your Form. Simply use a Timer and Set
How to use the MS Progress Bar Control from the Componenet in your Form. Simply use a Timer and Set its Interval as You Want. It is very
Rate How to use the MS Progress Bar Control from the Componenet in your Form. Simply use a Timer and Set
(1(1 Vote))
'So You see the how Much progress has happen.
'It is very Useful for Loading Type Projects.
Label1.Caption = ProgressBar1.Value & "%"
If ProgressBar1.Value < ProgressBar1.max Then
ProgressBar1.Value = ProgressBar1.Value + 1
ElseIf PBar.Value = PBar.max Then
Unload Form1
End IF
How to use the MS Progress Bar Control from the Componenet in your Form. Simply use a Timer and Set Comments
No comments yet — be the first to post one!
Post a Comment