2
I have a browser application that I created using the class WebBrowser
of System.Windows.Forms
, this class uses the browser engine IE.
Now I need to create a browser application using Chrome. What’s the best library for me to do this? I’m researching Cefsharp. Proceed?
Okay, it’s just that I received information, I don’t know if official, that she uses the Webkit and the Webkit would have been discontinued. Proceed?
– José Ivan Marciano Junior
It says here you can change the browser engine by Gecko, Awesomium, etc. I can’t tell you in detail.
– Leonel Sanches da Silva
You could do this using System.Windows.Forms.Webbrowser itself?
– José Ivan Marciano Junior
Change browser engine? No.
– Leonel Sanches da Silva