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 ?