How to use that?
Can you make simple example?
I tried, but I did not succeed.
How to use that?
Can you make simple example?
I tried, but I did not succeed.
What function did you want to realize please? Click the Test Code button in the form, then there will be a sample code appear.
What function did you want to realize please? Click the Test Code button in the form, then there will be a sample code appear.
Code:
using System;
using Gecko;
namespace GeckoNameSpace
{
public class GeckoClassName
{
public static string GeckoNavigate(GeckoWebBrowser browser, string url)
{
browser.Navigate(url);
return "ok";
}
}
}
Sounds great
Please feel free to contact us if you need more help in the future.