Skip to content
Discussion options

You must be logged in to vote

I put Cef.EnableHighDPISupport() by my app startup, and I also added an app.manifest file with the following:

As you are using .Net 4.8 the suggested application is to configure DPI awareness in the app.config

IMPORTANT If you are targeting .Net 4.7 or above Microsoft reccommends configuring DPI Awareness via the app.config rather than app.manifest. Make sure to read High DPI support in Windows Forms for further details from Microsoft.

As per https://github.com/cefsharp/CefSharp/wiki/General-Usage#appmanifest

Remove the app.manifest entry and the call to Cef.EnableHighDPISupport() and use the app.config approach detailed at High DPI support in Windows Forms

I've gone through https://…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@slane-ck
Comment options

@amaitland
Comment options

@slane-ck
Comment options

@amaitland
Comment options

@slane-ck
Comment options

Answer selected by slane-ck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants