I learned how to manage different DPI settings so that at runtime my applications display correctly.
But the design time of Design time Visual Studio is still a big problem. Let's say I create an application with a resolution of 96 dpi, and I will switch my display to 120 dpi for testing purposes.
Now, if I open the form designer with a resolution of 120 dpi, the form will be changed in accordance with 125%, the controls will be moved out loud !: - (((
So I try to avoid re-opening forms, but this is NOT a good solution, is it?
Is it possible to set development time to prevent form changes?
dpi visual-studio resize forms
Didier levy
source share