Changing the color of Menubar in Windows Form

  • Thread starter Thread starter Sujith Manuel
  • Start date Start date
S

Sujith Manuel

Hi All,

How is it possible to change the color of Menubar in Windows Form. I was
able to do this for Menu items by using the property "OwnerDraw" and
providing separate drawing functions. I tried using some of the Windows APIs
such as "CreateSolidBrush" and "SetMenuInfo" but it always paints black
irrespective of the selected color. Any help in this regard will be really
appreciated.

Thanks in advance,
Sujith Manuel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top