Re: Need to display 4 VCL Forms in 4 diferent monitors (one form per monitor)



Luis Villarreal formulated the question :
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?

In addition to what David said, you examine the multi-monitor configuration by taking advantage of the TScreen.Monitors property in the Screen global variable. It will let you know the resolution of the display and other useful information.


.