All Questions
Tagged with chromium-embedded winforms
81 questions
0
votes
0
answers
112
views
How to move CefSharp runtime to subfolder during build?
I am using CefSharp.WinForms.NETCore (124.3.80) in a WinForms project.
If I put the PlatformTarget to AnyCPU, CefSharp's runtimes get created in subdirectories:
��───runtimes
├───linux-arm64
│ ...
0
votes
0
answers
158
views
CefSharp ChromiumBrowser looses focus when opening file picker via <input type="file">
As said in the title, given I am visiting a page, that has a simple <input type="file"> on and I open a file picker using that input, the main app (WinForms) looses focus (which is to ...
0
votes
1
answer
461
views
How can I detect that a Popup window is a PrintDialog in Cefsharp?
I want to know how I can detect that a Popup window is a PrintDialog in Cefsharp. Right now I have this condition in the if clause, but it doesn't detect that the Popup is a PrintDialog. I don't know ...
0
votes
1
answer
963
views
Is there a way to use OffScreen Rendering in CefSharp.WinForms.ChromiumWebBrowser
I want to use OffScreen Rendering in CefSharp.WinForms.ChromiumWebBrowser. Should it be rewritten to CefSharp.OffScreen.ChromiumWebBrowser?
The main idea is to preload a web page and show it on the ...
0
votes
0
answers
523
views
Not displaying texts in print dialog in CefSharp ChromiumWebBrowser
As shown in the image below, the print dialog in the CefSharp ChromiumWebBrowser of my WinForm project does not display its original texts.
I tried many methods but none of them worked.
Obviously, it ...
0
votes
0
answers
165
views
CefBrowser offset render when first loaded
Attached is a screenshot as well as the code. There isn't much of it.
When I first open the window, everything is rendered with an offset.
If I close the window and reopen it, it renders correctly ...
0
votes
0
answers
2k
views
Error: Could not load file or assembly 'CefSharp.Core.Runtime.dll' or one of its dependencies. Only on some pcs
I have an application using CefSharp with winforms, and C# in visual studio.
I've tested it on the pc I used to create it and it worked fine, even multiple pcs in best buy / walmart (don't ask).
...
0
votes
0
answers
4k
views
How to fix: Could not load file or assembly 'CefSharp.Core.Runtime.dll' when trying to publish app through ClickOnce or Visual Studio Installer?
Have had this problem for months and I still can't seem to fix it. When running my Windows Form Application through the debugger or even through the 'Release' folder in the bin directory, the CefSharp ...
1
vote
0
answers
608
views
Open link in new tab ContextMenuStrip with CefSharp and EasyTabs
I am trying to make a fully-featured web browser in C# using the chromium embedded framework also known as CefSharp. For the tab control, I am using EasyTabs.
I want to have a custom context menu ...
2
votes
0
answers
448
views
CefSharp: download files after login to site on WPF
Show browser in my form:
browser = new CefSharp.WinForms.ChromiumWebBrowser("https://yoursite.com")
{
Dock = DockStyle.Fill,
Size = new Size(600, 600),
Location = new Point(200, 200)...
0
votes
0
answers
147
views
Are there any security issues in sending json data, b/w .NET app and React app running in Cef browser, through Cef events?
I have a .NET (WinForms) app. A React app can be launched from inside the WinForms app (this React app is loaded in Cef browser). I am able to send data between the 2 apps (WinForms and React inside ...
0
votes
1
answer
2k
views
Black screen appears when the CEF Winform Browser loads for the 1st time
I am using CEF Sharp - V86
I am getting this strange issue and our users have starting complaining about it.
When the cefsharp winform browser loads for the first time, it shows the black window for ...
2
votes
1
answer
1k
views
CefSharp Javascript Callback never return resolved promise
First of all, excuse my English, it's very bad. I am using CefSharp in WinForms app for comunication between navigator and .NET code.
I'm trying to resolve a promise in an asynchronous callback ...
0
votes
1
answer
858
views
Cefsharp with Winform: OnFocusedNodeChanged never called when the user changes the focus to another node
i'm trying to use OnFocusedNodeChanged to open the virtual keyboard when is needed with Cefsharp and Winform, but this method is never called. I'm using it wrong?
the code is:
class CMSRenderBrowser : ...
1
vote
1
answer
2k
views
CefShap load extension from directory
I need some help to load unpacked (or packed if you know how I can do it) form directory.
I've searched a lot but I don't find anything updated for that.
I'm trying to call this function:
this.browser....