Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arranging forms on a screen
Message
 
 
À
23/04/2002 17:10:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00648426
Message ID:
00648434
Vues:
19
>I have two VFP7 independent applications that run on a single pc. Although the visible interfaces (both top level) are small enough to fit on the screen, they partially overlap each other.
>Can anyone suggest a way to get them not to overlap but instead open up at specific screen coordinates.
>(I do not wish to combine the apps into a single one)
>I've probably missed the obvious but I thought I would stick my neck out one more time...
>Thanks in advance.

You can adjust the forms left property (Autocenter=.F.). Something like,
Form1.Left = 0
Form2.Left = sysmetric(1) - form2.Width
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform