Matt-D
Jan 17th, 2000, 11:25 AM
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 :)
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 :)