Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FP 9 Menu
Message
From
11/01/2021 02:19:26
 
 
To
09/01/2021 17:27:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01677775
Message ID:
01677790
Views:
80
>Howdy and greetings all,
>
>Is there a way to modify the standard vfp 9.0 menu (mpr) layout? Is there a way to change either the color of the base menu or add images/icons to the menu drop down? I would like to kinda do something different from the standard menu that the menu designer creates?
>
>Any recommendations on main menu layouts, either menu bbar or via form?
DEFINE PAD SystemPad OF _MSYSMENU PROMPT "S\<ystem" KEY Alt+Y, "Alt+Y" 
ON PAD SystemPad OF _MSYSMENU ACTIVATE POPUP SystemPad
DEFINE POPUP SystemPad MARGIN RELATIVE SHADOW 
DEFINE BAR 1 OF SystemPad PROMPT "\<My Account" FONT "Verdana", 12 PICTURE "Window_StarColor.bmp" 
ON SELECTION BAR 1 OF SystemPad Do MyAccount.PRG
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform