Creating a DPI-Aware Application
03:45 02 Nov 2010

I have a form application in C#. When I change the monitor's DPI, all the controls move. I used the code this.AutoScaleMode = AutoScaleMode.Dpi, but it didn't avoid the problem.

Does anyone have an idea?

c# winforms dpi dpi-aware