- Joined
- Jul 12, 2010
- Posts
- 1,454
- Reaction score
- 182
- Points
- 66
Ok so here is the thing i want to do:
Basically On clicking a button a dialog loads up and it has a button when pressed the loading bar starts to load. But i want it to change the text in the text box as it is loading example:
When it starts it says : Searching for File
When it is at 25% : File found verifying file
When it as at 50% : Registering File Info to the Server
just like the installation status over the loading bars.
Here is my code but it won't work! (it only says loading values dosen't change to Registring
)
The rest is followed by ProgressBar1.Increment(1) in the Timer box!
bumppppppppppppppp
bummmmmpppppp
Basically On clicking a button a dialog loads up and it has a button when pressed the loading bar starts to load. But i want it to change the text in the text box as it is loading example:
When it starts it says : Searching for File
When it is at 25% : File found verifying file
When it as at 50% : Registering File Info to the Server
just like the installation status over the loading bars.
Here is my code but it won't work! (it only says loading values dosen't change to Registring

Code:
Timer1.Start()
ProgressBar1.Value = 1
If ProgressBar1.Value = 1 Then TextBox1.Text = " Loading Values "
If ProgressBar1.Value = 25 Then TextBox1.Text = "Registering Values"
The rest is followed by ProgressBar1.Increment(1) in the Timer box!
bumppppppppppppppp
bummmmmpppppp