Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to change the shape of progress bar.In my application i need circular ring shaped progress bar.and the progress of my application must be represented as change of outer circle of ring colour.
Posted

1 solution

There is an example on MSDN of creating a custom progress bar. MSDN Progress bar[^].

You can use that as a basis for your custom progress bar - just change the drawing code as appropriate.

Hopefully that will be enough to get you started.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 15-Jul-14 17:15pm    
Useful reference, 5ed.
—SA

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900