Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MDI or SDI ?
Message
 
À
16/09/1998 00:02:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00136585
Message ID:
00137672
Vues:
22
>Patric,
>Yes, I want to call a main form, run menu options within it, and each form thereafter should be within this main form (and not within the _Screen object)
>Thanks.

Set the main form's ShowWindow property to 2 (As Top-Level Form)

For all other forms that are called from this one, set their ShowWindow property to 1 (In Top-Level Form)

Each form that has a ShowWindow setting of 1 will become children of the top-level form (whichever form has a ShowWindow setting of 2) and won't be able to be moved outside of it.

If no form has the setting of 2, then the "child" forms are placed within the _screen.

HTH,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform