Answer the question
In order to leave comments, you need to log in
How to connect Awesomium C# WPF?
Installed version 1.7.5.1.sdk.win
I throw in the designer WebControl. And if I write in the webControl1. then it gives only 4 parameters:
Equal, GetHashCode, GetType and ToString.
Where is "ExecuteJavascriptWithResult", etc.?
The line using Awesomium.Core is highlighted in grey.
Answer the question
In order to leave comments, you need to log in
You may not have included the correct namespace and are using a native WebControl.
Try directly specifying a class with a namespace like Awesomium.Windows.Controls webControl1 =...
Also, WebControl is unlikely to be located in the Core namespace.
Look at the description of the class you need and where it is located:
docs.awesomium.net/?tc=E_Awesomium_Windows_Control...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question