By default, the C# .NET web browser control uses the Internet Explorer rendering engine to display web pages. Can we change it to Chrome/Firefox Web Browser instead of Internet Explorer?
Asked
Active
Viewed 474 times
0
-
1Possible duplicate of [Replacing .NET WebBrowser control with a better browser, like Chrome?](http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome) – stelioslogothetis Mar 22 '17 at 11:32
-
check *CefSharp* – Pranav Patel Mar 22 '17 at 11:33
-
In the past I tested GeckoFx, which emulates Firefox, and CefSharp, for chrome, like Pranav Patel stated above. I do not think WebBrowser can be set to work with another browser other than IE – Veverke Mar 22 '17 at 11:33