Thursday, October 27, 2016

Progress Bar


CODES HERE

(Timer Codes)

ProgressBar1.Value = ProgressBar1.Value + 1
lblPB.Caption = ProgressBar1.Value & "%"
If ProgressBar1.Value = 100 Then
tmr1.Enabled = False
MsgBox "Welcome", vbInformation, "Message"
Unload Me
frm2.Show
End If

FOLLOW US

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123
OFFICIAL WEBSITE: https://jstechtutor.blogspot.com/

No comments:

Post a Comment