Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arranging forms on a screen
Message
 
 
To
23/04/2002 17:10:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648426
Message ID:
00648434
Views:
18
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform