Showing a progress bar while SFX archive is extracting

Posted by frbry on Stack Overflow See other posts from Stack Overflow or by frbry
Published on 2010-05-18T08:54:24Z Indexed on 2010/05/18 9:00 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

Hello,

I'm writing a program with C++ and by native Win32 API. I'm creating a process from a SFX archive EXE in silent mode that no GUI is shown to user. But I want to show a progress bar in my application, while the SFX archive extracting.

How can I do that?

Thanks.

© Stack Overflow or respective owner

Related posts about win32

Related posts about sfx