N
N
Newmo2017-07-28 17:11:52
C++ / C#
Newmo, 2017-07-28 17:11:52

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

1 answer(s)
D
Dmitry Chernyakov, 2017-07-28
@Newmo

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 question

Ask a Question

731 491 924 answers to any question