Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dual Monitor Support
Message
From
20/05/2005 18:54:25
 
 
To
20/05/2005 13:29:46
Graham Trott
Hamilton Pc Repair
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01015265
Message ID:
01016394
Views:
10
>Thanks Sergey, but is there any way to open that top level form programatically on the second display checking to see a) if it exists and b) if it is enabled.
>
>>>Is there a way to maximize a second form on the secondary monitor or to place a form on the secondary monitor while a form is running on the primary monitor.
>>
>>If you make form a Top Level form, you'll be able to move it to the second monitor.

Try this.
oForm.Left = SYSMETRIC(1)     && Move one screen left.
oForm.Top  = 0                && Move to top of screen
oForm.Width = SYSMETRIC(1)    && Make the Width of the form the Screen height
oForm.Height = SYSMETRIC(2)   && And Screen height.
This is assuming the second monitor is the left of the main screen.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform