Advance Coding For Progress Bar
Advance Coding For Progress Bar / Yeah Coder's Way !
-------- add a label and name it label3... or change codes..
1) Do normal coding for progress bar.. then add this code on timer
Code:
ProgressBar1.Increment(1)
If ProgressBar1.Value = 2 Then
Label3.Text = "Checking Code part 1/3 "
Else
If ProgressBar1.Value = 34 Then
Label3.Text = "Checking code 2/3"
Else
If ProgressBar1.Value = 78 Then
Label3.Text = " checking code 3/3"
Else
If ProgressBar1.Value = 100 Then
Button2.Enabled = True
ProgressBar1.Value = 0
Timer1.Stop()
End If
End If
End If
End If
End Sub
Thanks,
=Peace=
Advanc Coding For Progress Bar !
