Blog Post


Biyernes, Marso 6, 2015

Visual Basic 6.0 : Progress Bar

Sample 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
Watch video below

0 (mga) komento:

Mag-post ng isang Komento