Create an awesome native application with a custom HTML & CSS UI for windows with .NET Framework and CefSharp.
Spotify Desktop and Steam Desktop uses Chromium Embedded Framework to create and manipulate native functions with HTML controls.
Use Nugget Package Manager to download the latest version of CefSharp : https://www.nuget.org/packages/CefSharp.WinForms/ and start coding !
See the following articles to learn how to implement CefSharp in your project :
- How to use CefSharp in Windows Forms easily (Our Code World).
- Using HTML as UI in C# (Code Project).