Top "Chromium-embedded" questions

CefSharp 3 and SetZoomLevel

I am creating many ChromiumWebBrowser-Instances programmatically inside my app. On some time later I set the visibility and an address …

c# wpf chromium-embedded cefsharp
How to use Chromium Embedded Framework with Visual Studio 2017 (C++)?

I would like to use CEF with VS 2017 using C++ (not C#, so CEFSharp won't work here). I can't quite …

c++ visual-studio-2017 chromium-embedded
CefSharp and Crossdomain

I'm trying to use the CefSharp web browser inside a .NET 4.0 application. I load pages from html and js content …

c# xmlhttprequest cross-domain chromium-embedded cefsharp
Sending information from Chromium Embedded (Javascript) to a containing C++ application

After checking out the Chromium Embedded Framework example I have a question. I need native interaction with the embedded part …

javascript c++ chromium-embedded
How to handle mouse click in CefSharp to navigate back and forward

I'm using CefSharp for Windows Forms and I'm having an issue with implementing the mouse back(XButton1) and mouse forward (…

c# chromium-embedded cefsharp
Chromium Embedded (CEF3). How to resize new browser window?

So i'm using CEF v3.1180.823 and i'm trying to make browser with multiple tabs. For every new tab i'm: 1) creating …

visual-c++ tabs resize popup chromium-embedded
Can Google Chrome or Firefox be embedded in WPF?

Is there a way to embed Chrome or Firefox in WPF? In other words, can a user control be created …

.net wpf google-chrome firefox chromium-embedded