sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

Update to latest packages #48

Closed LeviBickel closed 2 years ago

LeviBickel commented 2 years ago
  1. Updated target framework to .Net Framework 4.8
  2. Updated CEF packages to 97.1 which is the latest available in NuGet manager.
  3. Added High DPI support in MainForm.cs Line 161 to remove the black bar that appears with High DPI displays.

Commented out: (From what I have seen these settings are no longer implemented. Please also verify.)

MainForm.cs:

robinrodricks commented 2 years ago

Thank you very much for this, and sorry for the late reply!