Topic: Maximising on a second screen

Is it possible to drag a compiled running program from the default monitor and have it display maximised on a second?


It appears that MVD doesn't have the Screen.Monitor property to either save a previous screen size and position or to persuade it to maximise on any other monitor but the default. Is there another way in MVD?

On a clear disk you can seek forever

Re: Maximising on a second screen

The work-around to the above problem is not entirely satisfactory, but it does the job where a user wants to place the from on a monitor other than their default one from a Windows perspective.


The form must open at the maximum size you want it to be and then it can be moved from screen to screen without it snapping back to the default screen.


I've noticed that the form property Form1.WindowState doens't seem to do much.

On a clear disk you can seek forever