PDA

Click to See Complete Forum and Search --> : Cahnage menu color


Matt-D
Jan 15th, 2000, 10:40 PM
I want to change to menu colors of my rogram,
independent of the system colors, like Office 98 or VB 6.0 does (The menu is always grey).
Now I fonud something in the CONSTANT.TXT file about colors: :D
Global Const MENU_BAR = &H80000004 ' Menu background.
Global Const MENU_TEXT = &H80000007 ' Text in menus.
How have to use this ? ;) (At Form_Load or in the Global.BAS file or anywhere else ??)

VB 3! (Normally, the technics of VB5 or 6 work at VB3 too)

:) Matt :)

[This message has been edited by Matt-D (edited 01-16-2000).]

[This message has been edited by Matt-D (edited 01-16-2000).]