Archive: ProgressBar going back and forth


ProgressBar going back and forth
I have a Loop which goes through each cab files ina directory and extracts them respectively.
Have used FindFirst and FindNext loop concept for the same. Inside the loop , I have a detailprint with the cab name that gets extracts.
This code on execution causes the progressbar to jump a little forward and back when it extracts the next cab in the sequence.
How can I have steady increment in this scenario ?


You can't without controlling the progress bar with a plug-in or something (don't go there). Just move the loop into a function and call it.

Stu