Recently I have seen the need for my application to have the ability to save the information of the Posición
and Tamaño
of the window but that it works for more than one monitor, that is, the occurrences that can be presented to minimizar
or maximizar
the window on the screens.
I have seen several examples of how to do this but only with a monitor , for example this CodeProject article among other examples...
But I don't know how to make it work on multiple monitors, for example2 Monitores
, something like:
- Being able to check if the window is partially visible.
- If you're overstepping the bounds
Any idea how I can achieve it?
Visual Studio 2010 (C#) and the .NET Framework 4
I have found this SO answer is in English.
Original Response Code: