CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Menu background color

    I have an interesting question:

    When I create a form, I can change the background color to any color I want. Then I add a menu bar to
    the form, but the menu bar's background color is the default gray. Is there a way to change the background
    color of the menu bar to something other than gray? I have looked for documentation on this but can't seem
    to find the answer. Anybody know?


  2. #2
    Join Date
    Aug 2001
    Posts
    2

    Re: Menu background color

    You may over loading message Function WM_CtlColor


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