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

Thread: FDICopy

  1. #1
    Join Date
    Dec 2008
    Posts
    16

    FDICopy

    Hi,

    I am using FDICopy function to extract cab files in my application.

    I want to show progress bar during extraction.

    FDICopy's callback gets called when exraction starts and extraction finishes.

    Is there any way for FDICopy's callback gets called on each time chunks of bytes get extrated to disk file with information how many bytes have been extracted and how many bytes to be extracted.

    Thanks

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: FDICopy

    Doesn't the callback inform you every time FDICopy starts extracting a new file? Isn't this enough information. That way you can update your status every time a new file starts being extracted.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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