Turn off DPI for a PB app
- How-to
- David Vasconcelos
- PowerBuilder
- Friday, 21 February 2020 05:33 PM UTC
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...........................................................
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.