LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the color of a menu bar?

Hello,

How can I change the color of a menu bar?
I can't find an option or attribute to change the color of the menu bar.

Hanno Witt
0 Kudos
Message 1 of 3
(5,202 Views)
These colors are inherited from the system and are not overrideable in CVI. You can change the color of the menu bars in the Display settings in the Control Panel, but this will change the menu color for all windows on the system.

I will relay a suggestion for a custom menu bar color attribute to our CVI developers.

Best Regards,

Chris Matthews
National Instruments
Message 2 of 3
(5,202 Views)
Hi,
at least you could improve somewhat by using the correct system color
COLOR_MENUBAR instead of COLOR_MENU under Windows XP.

Another minor problem:
In my CVI applications the menubar does not follow a redifition in th
control panel. Colors conform to system colors only at application
startup.

Best Regards,

Dieter Teuchert

Chris Matthews wrote:

> These colors are inherited from the system and are not overrideable in
> CVI. You can change the color of the menu bars in the Display
> settings in the Control Panel, but this will change the menu color for
> all windows on the system.
>
> I will relay a suggestion for a custom menu bar color attribute to our
> CVI developers.
>
> Best Regards,
>
> Chris Matthews
> National Instruments
0 Kudos
Message 3 of 3
(5,202 Views)