Any one know how to turn off Windows DPI for a specific app. I have tried doing it under the applications icon in the compatibility/Change high DPI settings and also tried to do it in the manifest... no luck.
Here is sample of the manifest. ( I only copied the top portion of it...) Bold is what I added to the manifest, created it using invoker or highest... no difference.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">unaware</dpiAwareness>
</windowsSettings>
</application>
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="x86"
name="Sybase.PB"
type="win32"
bla bla bla...........................................................