Jason Nelson wrote: > You can look at screen.monitors[idx] to get the coordinates of each > monitor. > Cycle through the monitor coordinates and make sure the form is in a > respectible position on a visible monitor.
Is this really necessary? Do I need to store the monitor number along with the coordinates? I would have thought a window moved to the right monitor would have a high Form.Left property which is being stored in the registry, and this would then restore the window to the right monitor when Left is set back to the same value. This does not seem to be happening. All other applications this user runs can start on the right monitor, and some of these apps are very basic software which I doubt has any specific support for dual monitors. There must be something I'm missing or it's a bug in D7? Thanks, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

