CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ProgressBar

  1. #1
    Guest

    ProgressBar

    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]



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ProgressBar

    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...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured