Questions tagged [cefsharp]

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

CefSharp is an open-source project which provides WPF and WinForms web browser control implementations to embed Chromium in .NET application. It can be used from C# or VB, or any other CLR language.

This tag can be used as an alternative and/or complement to the Google Group for the project.

1702 questions
0
votes
0 answers

C# catch cefsharp errors

I use Cefsharp to play video, but it doesn't support MP4, and I use VLC plugin to play MP4 files. It plays MP4 files very well. But after one or two days, There is an error: I just want to catch this error and restart the computer. This is my…
user3883314
  • 63
  • 1
  • 3
  • 11
0
votes
1 answer

cefsharp ExecuteScriptAsync(json) uri too long

I am using cefSharp in my winForm application. I want to pass a long json from my winform to the html page displayed by the cefSharp. I tried to write the following: Private WithEvents m_chromeBrowser As…
varda
  • 11
  • 4
0
votes
0 answers

How to use image from embedded resource with cefsharp?

I'm struggling to figure out how to load an image from an embedded resource using a custom scheme handler and cefsharp. I am currently using it to load html, css and js files with no issue however when attempting to load an image i always get the…
b0redom
  • 387
  • 2
  • 11
0
votes
1 answer

CEFSharp options for a new popup window

I have a WPF application using CEFSharp and it is working perfectly well except for one small thing. If I have a link with the target=new so the link should open in a new browser window it opens fine but the window has no icon on the top left just…
Mark Kidd
  • 1
  • 1
0
votes
1 answer

CefSharp.Wpf 55 causes some WPF graphical artifacts on some hardware

We are using the NuGet CefSharp.Wpf 55.0.0 to display websites inside our WPF application. We are having issues on one x64 laptop running Windows 10. Other WPF-components (like Telerik) outside of CefSharp are glitching out when CefSharp is…
0
votes
0 answers

CefSharp version 53 how to get document ready event

I'm trying to read page source once the document is fully loaded. But I cannot find an event for it. I searched topics over stackoverflow and github. The event used to do the job "NavStateChanged" is no longer available in version 53. If I use…
myajax95
  • 29
  • 7
0
votes
1 answer

CefSharp GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name,

I plugged in selenium and CefSharp to work together however I am getting weird errors being logged... [0217/000149:ERROR:gles2_cmd_decoder.cc(13988)] [.Compositor-000001C8F5CE0570]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM:…
Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265
0
votes
1 answer

Typescript definition for a cefsharp webview interface

I registered a RegisterAsyncJsObject in the CefSharp ChromiumWebBrowser. This creates an additional JavaScript object instance in the web browser which looks like this: frame.openWindow(name, data); frame.navigateToWindow(name, data); It works…
Juergen Gutsch
  • 1,774
  • 2
  • 17
  • 28
0
votes
0 answers

CefSharp Zoom To Mid

I binded the ZoomLevel-Property of the ChromiumWebBrowser to a Slider in a UserControl.xaml. It works really good and its easy too, but its scrolls to the left upper corner of the browser.
Peter
  • 1,655
  • 22
  • 44
0
votes
2 answers

Download multi files using cefsharp

How I download multiple files using cefsharp. I can download file using this code. But my problem is it only download the first link. How can i make the cefsharp to download multiple files. foreach (var item in ListofLinks) …
pdf to image
  • 369
  • 6
  • 23
0
votes
0 answers

CefSharp 55.0 in VB.Net - Display the url when Document has loaded

I'm experimenting with the CefSharp browser for the first time with a WinForm (VB.NET) for a simple browser app I'm working on. There's only one thing that has been bothering me though... In the past, I have used the stock VB/VS Browser control, and…
0
votes
0 answers

How to download using cefsharp in winforms

Update: This question is not a duplicate with the How do I authenticate a WebClient request? i am using cefsharp. can someone guide me how to download a file using cefsharp. i tried doing some research, but i don't know, or i don't understand how to…
pdf to image
  • 369
  • 6
  • 23
0
votes
2 answers

cannot add cefsharp to wpf

I installed cefsharp using nuget and followed the tutorial on the link below https://www.codeproject.com/Articles/881315/Display-HTML-in-WPF-and-CefSharp-Tutorial-Part but i can't make it work. currently im using .net framework 4.5.2 i also build…
pdf to image
  • 369
  • 6
  • 23
0
votes
1 answer

Impossible to publish CefSharp.MinimalExample on Visual studio 2015

I'd like to publish the sample application CefSharp.MinimalExample (Make a .exe file) With visual studio 2015 by following this : Debug - CefSharpMinimal.Example.WinForm properties - Publish now and I still get the follwing error: Could not find…
0
votes
0 answers

CefSharp.MinimalExample.WinForms display blank page when running on C# Visual Studio 2015

I really don't know what is wrong but since so many hours I just want to run the sample application but after downloading the .zip file and launch the project from the file CefSharp.MinimalExample.WinForms it seem to be built well after a while the…
1 2 3
99
100