Click here to Skip to main content
15,886,101 members
Articles / Desktop Programming / Windows Forms

How to Paint on Top of a ProgressBar using C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
6 Mar 2016CPOL7 min read 37.1K   3.1K   20  
A simple explanation of how to synchronize custom painting with a ProgressBar's default painting.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Netherlands Netherlands
I am a software developer with over 20 years experience and I am based in Amsterdam, working on projects involving C#, VB.Net, SQL Server, SSAS, SSIS and legacy VB6.

I believe that no single suite of components will provide each and every bit of functionality in precisely the fashion any particular project may require over its life-cycle. That’s why I have a keen interest in finding out how standard controls might be gently manipulated into submission to provide extraordinary functionality.

My favorite tech book is Framework Design Guidelines by Krzysztof Cwalina and Brad Adams, a must-read for anyone interested in writing reusable code organized in tightly-knit frameworks.

Comments and Discussions