CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Andrew Truckle Guest

    [RESOLVED] ProgressBar

    When using a ProgressBar control how can I set the bar to be solid instead of blocks?


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

    Re: ProgressBar

    If you are using VC6 I think you can enable the PBS_SMOOTH style through
    the resource editor. For VC5 or earlier it's a bit tougher. You can create the
    progress bar yourself or use one of the classes on this site like the gradient
    progress bar if you want. It handles all of the painting itself to make the bar
    appear smooth. I have used it and it was very easy.



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