Replies: 2 comments
-
In future please use discussions to ask questions. You need to add a using statement for the CefSharp namespace. Visual Studio should have given you a quick fix suggestion to add the namespace. using CefSharp; |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for your answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to use WinForms.ChromiumWebBrowser.EvaluateScriptAsync within a UserForm in a library with .net Framework 4.7.2 on Visual Studio 2019.
I imported CefSharp with the Visual Studio 2019 integrated "Manage nuget packages" and the packages following packages were imported
I put a code like this one in a method
Browser.EvaluateScriptAsync(@"OnBtnClick ();");
Bowser was defined as CefSharp.WinForms.ChromiumWebBrowser by the WinForm designer
But there is a compile error indicating
What's happening ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions