Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do windowing scheme like this
Message
 
À
02/08/1999 15:26:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00248967
Message ID:
00249096
Vues:
22
Hello Ken:
Create the form with the caption you want to appear in the task bar as a "top level form". You may want to "SCREEN=OFF" in your config.fpw. Create the the child forms as "in top level forms". You may want to make the child form a little smaller than the "parent". Leave the child forms Desktop property false.

.. write a program:
do form ParentForm
do form ChildForm
.. if you create more children, add them here!
.. and save it
Then do your program.
Note how the child moves inside the parent's container. Modify the child form and change the Desktop to True. Run the program again and note the difference.

Terry
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform