How to show progressbar in win32 application?please help me!
        Posted  
        
            by kiddo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kiddo
        
        
        
        Published on 2010-04-28T04:19:06Z
        Indexed on 
            2010/04/28
            4:23 UTC
        
        
        Read the original article
        Hit count: 257
        
Hi all,I am trying to display a progress bar with some informations in it,say for example am reading files ..I want to display the progress bar progressing with the filename that is being read etc..I am doing this in an win 32 application.I know that we should do it using thread but am not quite familiar with that,check the below picture example,thats what i need it exactly.

© Stack Overflow or respective owner