GeekArticles
Programming
C++XGradientZoneBar - an MFC color gradient indicator bar
Author: codeproject.com |
Published: 25th Apr 2008 |
Visited: 170 times |
Add CommentFiled in: CPlusPlusXGradientZoneBar displays an indicator bar that allows you to specify multiple zones that are filled with a color gradient, and includes APIs to set the bar orientation, font, and tick marks.
Read Article Sponsored Links
Related Articles
• Alternate DBGrid Row Color in Delphi's DBGrid ::
You've seen this surely on web pages. Alternating table row colors means displaying the first record in one color and the second record in another colo ...