The fonts on my VB.net forms application get blurry and ugly after I install it on Windows 10. I am using a Visual Studio Install project for the installation.
It looks proper (much better) when executed in Visual Studio. It happens on both VS 2022 and VS 2019, whenever the "Make everything bigger" Windows system display size is greater than 100%. This also happens on other VB.Net applications.
I am using app.manifest to enable dpiAware and dpiAwareness. This resolves the problem in Visual Studio, but not after the application installation. Is there a way to fix this?