|
|
|
|
|
by mwcampbell
3879 days ago
|
|
Does high-DPI support work if you put the right declaration in your executable's manifest? Specifically: <application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
</windowsSettings>
</application>
|
|