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

Thread: Title Bar

  1. #1
    Guest

    Title Bar

    I would like the title bars in my application to have a certain color (for example green) despite what the user has set up as the system colors on their computer. Any help would be appreciated. Thanks in advance.


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Title Bar

    Two articles by Paul DiLascia describe drawing a custom caption. It's not as trivial as it sounds. It's in the VC 6 online help. Search for "custom caption" (you need to specify the quotes in the search) and you should see it.

    Regards,

    Paul McKenzie


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