79147562

Date: 2024-11-01 09:58:10
Score: 1
Natty:
Report link

I find my solution anymore.

The final solution I ended with is using "unaware" instead of "PerMonitorV2"

In the app.manifest file

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
  <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">unaware</dpiAwareness>
</windowsSettings>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Oğuzhan Eker