Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Come on guys... someone's gotta know this (I hope)
Message
 
À
16/11/1998 19:14:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00158066
Message ID:
00158104
Vues:
13
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform