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

Memory Access Violation with CefSharp 55

Using CefSharp version 55 in a Winforms applications. My application has a tabbed interface (using a Telerik RadDock), where each browser instance opens in a different tab. Randomly, when closing tabs, I'll get a memory access violation from CEF…
Michael
  • 1,036
  • 1
  • 11
  • 22
0
votes
0 answers

How to keep user logged in for next instance

I have a question about how to keep user logged in for next instance. Tried gmail - works fine, but I want to use web.whatsapp.com. I'm able to sign in with my phone, but for next instance I have to log in again. Does anyone have any idea how to do…
J. Adam
  • 23
  • 9
0
votes
1 answer

CefSharp javascript injected elements inside paragraph cause ignoring its padding

I am injecting javascript inside the CefSharp browser. It works well, except for some strange behavior that only happens with CefSharp. The paragraph's padding is somehow ignored after injecting span tags inside it. This is what it looks like in…
oddRaven
  • 672
  • 1
  • 7
  • 20
0
votes
0 answers

When i hide the from Cefsharp.Winform load is canceled

Cefsharp.Winform, when i hide the form the browser loading canceled. There is two forms: MainForm and BrowserForm( Cefsharp.Winform in this from ). When i call Hide method to hide BrowserFrom , the cefsharp.winform load is canceled. Hide form…
0
votes
0 answers

cefsharp.browsersubprocess.exe not running on some 64 bit systems

I am using CefSharp-WPF in my application and its running fine on almost all 64 bit machines but for some. My main window opens, but page is not rendered on it i.e empty Cefsharp.browsersubprocess.exe doesn't run on all problematic machines. If i…
Mustehsan Ikram
  • 218
  • 2
  • 4
  • 15
0
votes
1 answer

Exception While using cefsharp in asp.net Project

im trying to use CEF in Code Behind in asp.net Project the problem is it keeps Giving This Error Could not load file or assembly 'CefSharp.BrowserSubprocess.Core.DLL' or one of its dependencies. The specified module could not be found. even I…
0
votes
1 answer

CEFSharp RegisterExtension not working

I had an screen scraper app that used CEFSharp that was working fine until I updated CEFSharp to the latest version. It appears that the way I was registering javascript extension functions no longer works. Here is my startup…
Jim Wilcox
  • 1,480
  • 16
  • 33
0
votes
0 answers

Could not load file or assembly CefSharp.Code.DDL

There are thousands of posts on the Internet related to this bug, but none of them have worked for me. Above, there are some approaches that I have tried: Copy dlls; Double check references; Install VC++ 2012 and 2013; and so on. I am trying to…
Gabriel
  • 13
  • 4
0
votes
0 answers

Program Crash with CefSharp & Fastprox.dll

We have a new version of our app that we published out which utilizes CefSharp to serve up web pages for the user (the old version used the build-in .NET browser control). Since upgrading, a handful of users have experienced random crashes that…
Michael
  • 1,036
  • 1
  • 11
  • 22
0
votes
2 answers

Tab to recaptcha

Here's the scenario: I'm loading a page via a CefSharp browser. When the user clicks a certain button (on the form, not the web page) the page should then focus on the recaptcha. I've tried using SendKeys to tab to the captcha, but instead of the…
TheEvilMetal
  • 323
  • 2
  • 14
0
votes
1 answer

When I open the cefsharp winform application, after the webpage was loaded, then a dos form flashed past.

I write a simple browser by using cefsharp, At the beginning of opening the application, it's normal,but after the website loaded, a dos form flashed past. the application worked, but I don't know why the dos form flashed past.Two days ago,when I…
shiyan
  • 35
  • 9
0
votes
1 answer

Can the URI be displayed to the user using CEFSharp?

In my Windows form application (WinForms), I'm using CEFSharp to open a web page. I want to modify the right-click context to allow the user to display the URL that was opened. Currently, the context has "Back", "Forward", "Print...", and "View…
MADCookie
  • 2,596
  • 3
  • 26
  • 46
0
votes
1 answer

Adding a DocumentWindow to a DocumentTabStrip causes the application to hang indefinitely

I have a Winforms application with a primary form that contains (among other things) a Telerik DocumentTabStrip. These tabs are used to hold user controls or web pages (via a web browser control). It has worked fine for quite a while, but I'm…
Michael
  • 1,036
  • 1
  • 11
  • 22
0
votes
1 answer

CefSharp browser doesn't load up in WPF

I installed Cef via Nu-get package manager and configured my project step by step like it was said here. The app starts, all seems fine, but when I actually try to open up a page, it shows a moment of loading, then eventually does nothing. The code…
agiro
  • 2,018
  • 2
  • 30
  • 62
0
votes
1 answer

Winform controls loaded from CefSharp causing Cross-Thread errors

I'm integrating CefSharp into a legacy Winforms application. Currently the application uses the default .NET browser control. Unfortunately, this control has a memory leak which is causing serious problems. I'm trying to get the CefSharp browser…
Michael
  • 1,036
  • 1
  • 11
  • 22