This question already has an answer here:
- How to configure an app to run correctly on a machine with a high DPI setting (e.g. 150%)? 4 answers
I am developing Windows form application using C# on Visual Studio 2010. I found that this application is scaled if I used high dpi display setting. But if I activate file property "disable display scaling on high dpi settings" by mouse right click menu on windows explorer, it seems that it is not scaled.
Is there a way to activate "disable display scaling on high dpi settings" programatically on Visual Studion 2010 C# or upper version ?
I tried to set application manifest file but not set it up successfully yet.