When a user sets the DPI scaling to draw fonts and windows larger in all displays, I don't want my application to be affected (I don't want my application's fonts and controls get larger)
I tried to use SetProcessDPIAware() function or add a manifest file, but it didn't work. How can I prevent windows (XP, 7 and 8) to change my application's font size?