Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Come on guys... someone's gotta know this (I hope)
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00158066
Message ID:
00158104
Views:
12
Hi Larry...

Here is the easiest solution of all.....

1. Create a custom property of the form called lMenuDisplayed. Set this
property to .F.
2. In the Paint() of the form, use this code:

If !This.lMenuDisplayed
Do mymenu.mpr
This.lMenuDisplayed = .T.
Endif


That should do it...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform