Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove menu completely
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00499733
Message ID:
00499738
Views:
21
>I am writing an application where the customer does not want to use the standard VFP menu. Instead, he would like large buttons centered on the screen. I can't seem to completely remove the system menu. I thought 'set sysmenu to' would do it but it leaves a single 'Format' selection.

this is what i've done before

FOR count = 1 TO CNTPAD('_msysmenu') && Number of pads
RELEASE PAD (GETPAD('_msysmenu', 1)) OF _msysmenu
ENDFOR
SET SYSMENU OFF

Alek
Alek Massey
- The only stupid question is one left unasked -
Previous
Reply
Map
View

Click here to load this message in the networking platform