Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Chrome uses (a fork of) Webkit if you didn't know, which is also used by Safari. Here's a few questions that are of the same vein:</p> <ul> <li><a href="https://stackoverflow.com/questions/142184/is-there-an-embeddable-webkit-component-for-windows-c-development">Embedding Webkit with C#</a> </li> <li><a href="https://stackoverflow.com/questions/26147/is-it-possible-to-embed-gecko-or-webkit-in-a-c-net-win-form-just-like-a-webview">Embedding Gecko (Firefox engine) with C#</a></li> </ul> <p>The webkit one isn't great as the other answer states, one version no longer works (the google code one) and the Mono one is experimental. It'd be nice if someone made the effort to make a decent .NET wrapper for it but it's not something anyone seems to want to do - which is surprising given it now has support for HTML5 and so many other features that the IE(8) engine lacks.</p> <p><strong>Update (2014)</strong></p> <p>There's new dual-licensed project that allows you embed Chrome into your .NET applications called <a href="http://awesomium.com/" rel="nofollow noreferrer">Awesomium</a>. It comes with a .NET api but requires quite a few hacks for rendering (the examples draw the browser window to a buffer, paint the buffer as an image and refresh on a timer).</p> <p>I <em>think</em> this is the browser used by Origin in Battlefield 3.</p> <p><strong>Update (2016)</strong></p> <p>There is now <a href="https://www.teamdev.com/dotnetbrowser" rel="nofollow noreferrer">DotnetBrowser</a>, a commercial alternative to Awesomium. It's based off Chromium.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload