Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' ProgressBar Method
- Private Sub Timer1_Timer()
- ProgressBar1.Value = Value + 1
- Label1.Caption = ProgressBar1.Value & "%"
- End Sub
- ' Shape Method
- Private Sub Timer1_Timer()
- ProgressBar1.Value = Value + 1
- Shape1.Width = Shape1.Width + 1
- Label1.Caption = ProgressBar1.Value & "%"
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement