Change CEFSharp.WPF Nuget to CEFSharp.Winforms Nuget in my simple Program
Budget: $40 – $60 USD
I am using CEFSharp.WPF as Webview, but the problem is that the performance of CEFSharp.WPF is verrryyy bad, as the browser gets copied into bitmap instead of rendering everything directly ... and this is very bad.
https://stackoverflow.com/questions/42549349/wpf-and-cefsharp-sluggish-performance
The problem can be solved, by using CEFSharp.Winforms and host it inside a WindowsFormsHost in the WPF App.
Or we might be able to recreate the full app using Winforms in the first place (we use net 5.0 at the moment.. embedded winforms would be preferable)
You will find my program attached as WIN10Demo2(2).zip
The current functionality is :
- Open preset(in code) webpage directly on start
- Process html5 notifications and show a toast on the bottom right side of the screen
- Customized the Titlebar
- minimize to tray on exit
This functionality must be maintained with the change.
https://stackoverflow.com/questions/42549349/wpf-and-cefsharp-sluggish-performance
The problem can be solved, by using CEFSharp.Winforms and host it inside a WindowsFormsHost in the WPF App.
Or we might be able to recreate the full app using Winforms in the first place (we use net 5.0 at the moment.. embedded winforms would be preferable)
You will find my program attached as WIN10Demo2(2).zip
The current functionality is :
- Open preset(in code) webpage directly on start
- Process html5 notifications and show a toast on the bottom right side of the screen
- Customized the Titlebar
- minimize to tray on exit
This functionality must be maintained with the change.