Search results
SharpBrowser is the fastest open source C# web browser there is! Slightly faster than Google Chrome when rendering web pages due to lightweight CEF renderer. We compared every available .NET browsing engine and finally settled on the high-performance CefSharp. Released under the permissive MIT license.
EO.WebBrowser is a .NET browser engine based on Google's Chrome project. It packs a full featured browser engine inside .NET DLLs that have zero external dependency. It also offers many advanced features such extensive customization options, ability to call JavaScript code from .NET code and ability to call .NET code from JavaScript code ...
28 sty 2014 · C:\Users\ABC\AppData\Local\Google\Chrome\User Data\Default and file is named as 'Web Data'. To add a search engine, add an entry to the 'keywords' table. To change the default search engine, edit the 'Default Search Provider ID' value inside the 'meta' table.
15 sty 2015 · DotNetBrowser provides Chromium-based controls which you can use to display your website in a .NET application (both WPF and WinForms are supported). The library is commercial, but there are free academic and open-source licences, and it has plenty of features.
A Chromium-based WinForms browser component for .NET applications that allows displaying web pages built with HTML5, CSS3, JavaScript, Flash, etc. Get Started.
There's new dual-licensed project that allows you embed Chrome into your .NET applications called Awesomium. 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).
Turn any web page into an integral part of your application -- both visually and programmatically. You can execute JavaScript code and access all the JavaScript objects directly from your .NET code. Access their properties or even call a JavaScript function are all different options available to you; JavaScript code -> .NET code.