I would like to link the Progressbar to a pkunzip process ? How can i do it ?
Thank you very much !
My email is [email protected]
Printable View
I would like to link the Progressbar to a pkunzip process ? How can i do it ?
Thank you very much !
My email is [email protected]
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...