You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the documentation: "We recommend that you use the application manifest because that sets the DPI awareness level when the application is launched." I tried to implement it by enabling dpi awareness in the manifest, but it generated "application failed to start because its side-by-side configuration is not correct", so the API call is the only choice I have. Here is the manifest change (just in case someone is interested).
Steve, it would be great to enable high DPI awareness support by adding GetProcessDpiAwareness and SetProcessDpiAwareness. There are also relevant constants.
From the documentation: "We recommend that you use the application manifest because that sets the DPI awareness level when the application is launched." I tried to implement it by enabling dpi awareness in the manifest, but it generated "application failed to start because its side-by-side configuration is not correct", so the API call is the only choice I have. Here is the manifest change (just in case someone is interested).
The text was updated successfully, but these errors were encountered: