
Originally Posted by
Pixie
Really good idea
I don't have much experience with progressbars though 
visit my thread on progressbars. i think itll help alot. if you can share your source with me, i can actually try that out!
EDIT: you dont need to gimme the source, but wat you can do is:
Label1.Text = ("Idle")
If Progressbar1.Value = 25 Then
Label1.Text = ("Contacting Server")
If Progressbar1.Value = 40 Then
Label1.Text = ("Contacted!")
If Progressbar1.Value = 50 Then
Label1.Text = ("Generating Code...")
If Progressbar1.Value = Progressbar1.Maximum Then
Label1.Text = ("Complete")
I dont know if theres a more efficient way to do it cuz im still learning to code. anyways, good luck to u