CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Seattle, WA
    Posts
    74

    Colors in controls

    I have a progress control (CProgressCtrl) on my splash screen that is used to assure the user that something is happening during the application's load time. I want to match the control's colors to those in the splash screen's bitmaps. How do I do this?


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

    Re: Colors in controls

    Have a look at the article on Gradient Progress Bar in the other controls
    section of this site. This should get you close to what you need.




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