ArrowAdvance Coding For Progress Bar

Posts 1–5 of 5 · Page 1 of 1
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 !
Hmm, probably wont use this, but nice nonetheless
Hmm.. Not bad, but I don't really see it that advanced.
Would be nice if you could change the color of it
1. This is a snippet.
2. This is a leeched snippet.
3. The code is crap anyway (use math pl0x?)
4. Closed.
Posts 1–5 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?