CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    388

    Can we change the colour of Progress bar filling blocks

    I have a progress bar. I want to change the colour of the blocks that fill up the bar gradually. Is it possible?


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: Can we change the colour of Progress bar filling blocks

    One way to accomplish this is to use a custom progress bar that handles
    its own painting. This site has a few in the 'other controls' section. The
    gradient progress bar works fairly well and allows you to set the two colors
    it fades between. This bar will be drawn smooth also, not the blocks.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured