Click to See Complete Forum and Search --> : ProgressBar


April 8th, 1999, 06:18 PM
I would like to link the Progressbar to a pkunzip process ? How can i do it ?
Thank you very much !
My email is i_pololi@mediacom.it

Lothar Haensler
April 9th, 1999, 03:45 AM
Since PKUNZIP is not going to tell you how long it will take to unpack a zip file, you can only take a guess depending on the size of the ZIP archive and fake a progress indicator.
or, find an ActiveX control that can asynchronously unzip a zip file and raises something like a "PercentComplete" event at regular intervals...