Re: visual basic 6 progress bar?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Tue, 19 Feb 2008 01:45:04 -0800, Michael Larocca
<MichaelLarocca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:


This did not work.

Then I tried to put the progress bar code in side the Do Until loop and I
created a never ending loop:


Do until R = 51
(progress bar code)
(Do until code)
R = R + 1
(progress bar code)
Loop

This did not work.


Well, if you don't show us the progress bar code, how can we tell you
what was wrong?
.