Disable WinForms ProgressBar animation
        Posted  
        
            by Vasiliy Borovyak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vasiliy Borovyak
        
        
        
        Published on 2010-05-14T14:12:03Z
        Indexed on 
            2010/05/14
            14:14 UTC
        
        
        Read the original article
        Hit count: 943
        
Is there a possbility to disable animation of the progress bar?
I need it for some pocess which is paused and not running at the moment. An average user would think the process is running if the progress bar is being blinking.
The advice to create own progress bar control is not what I'm looking for.
© Stack Overflow or respective owner