01-26-2013, 04:47 PM
Thanks a lot for your reply, Snake_eyes. Your method would definitely work. However, don't you have to also call Refresh on the progress bar? As in,
[code2=vbnet]'progress bar value change
ProgressBar1.Refresh()[/code2]
[code2=vbnet]'progress bar value change
ProgressBar1.Refresh()[/code2]