Quote:
Originally posted by MartinLiss
If that's the case just place statements like ProgressBar1.Value = 10, ProgressBar1.Value = 20, ProgressBar1.Value = 27 in various places (and with various values). It will work but it will take some experimentation to make it progress smoothly.
You probably know better than me anyway marty;) , but anyway. I though you use say ProgressBar1.Value + 10, ProgressBar1.Value + 20 etc, to add 10 in this case to the increment. Though im probably wrong. Besides im still learning how the Progressbar interacts and behaves.