Top "Dpi-aware" questions

This name is used for Windows Applications that behave correctly in high DPI windows mode

Creating a DPI-Aware Application

I have a form application in C#. When I change the monitor's DPI, all the controls move. I used the …

c# winforms dpi dpi-aware
How to configure an app to run correctly on a machine with a high DPI setting (e.g. 150%)?

I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (…

c# winforms fonts dpi dpi-aware
Java disable dpi-aware not working

I'm trying to run a Java application with -Dsun.java2d.dpiaware=false argument but nothing happens. I expect to …

java java-8 jvm-arguments dpi-aware