CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2000
    Posts
    73

    Change Group Box caption text color

    Does anyone know how to change the Group Message box caption color? I can change the background but the foreground color is always black. I’m using C++/MFC.

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Change Group Box caption text color

    Have a look here.
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Change Group Box caption text color

    Mike,

    That Search function is pretty powerful features...isn't it...too bad others can't find it..
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  4. #4
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Change Group Box caption text color

    Quote Originally Posted by trapper987 View Post
    Does anyone know how to change the Group Message box caption color?
    What is the Group Message box?
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  5. #5
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Change Group Box caption text color

    Vlad, that's a good point. I assumed he meant a group box control.
    Gort...Klaatu, Barada Nikto!

  6. #6
    Join Date
    Oct 2000
    Posts
    73

    Re: Change Group Box caption text color

    Mike - I had seen this post but had trouble using SetWindowTheme. I tried again and was able to set the text color. The other post is correct I did mean Group Box. Thanks for your help.

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