- Thread starter
- Moderator
- #2,061
Found it the code added :
Some link about this code for windows 10 :
http://stackoverflow.com/questions/36134072/setprocessdpiaware-seems-not-to-work-under-windows-10
https://msdn.microsoft.com/fr-fr/library/windows/desktop/ms633543(v=vs.85).aspx
C#:
if (Environment.OSVersion.Version.Major >= 6)
{
SetProcessDPIAware();
}
Some link about this code for windows 10 :
http://stackoverflow.com/questions/36134072/setprocessdpiaware-seems-not-to-work-under-windows-10
https://msdn.microsoft.com/fr-fr/library/windows/desktop/ms633543(v=vs.85).aspx