Re: Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)
- From: "David Ridgway" <dave@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Feb 2008 23:21:07 +0900
"Luis Villarreal" <luis.villarreal@xxxxxxxxx> wrote in message news:47c508b5$1@xxxxxxxxxxxxxxxxxxxxxxxxx
I need to develop an application and display 4 diferent forms in 4 LCD monitors (one form per monitor), do you know a tool to administer this in a D2007 w32 application?
Depends on the multi-monitor setup. With most, the driver will report the horizontal dimensions of the screen as a total of all the monitors. So lets say your screens display at 1024x768. That would give you a horizontal resolution of 4096. So Form1.Left would be 0, Form2.Left would be 1025, Form3.Left would be 2049 etc.
You can get the dimensions of the screen when you app starts, and set out your forms accordingly.
Cheers,
Dave
.
- References:
- Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)
- From: Luis Villarreal
- Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)
- Prev by Date: Re: OT: Vista + Install directory
- Next by Date: Hash functions
- Previous by thread: Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)
- Next by thread: Re: Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)
- Index(es):
Relevant Pages
|