WhiteHatBox
Share Page
Following(0)
Partner(s)
Karmagedon

Plz, example C# code for using GeckoBrowser

ReplyThanks 2019/01/13 16:06:47 1 0

How to use that?

Can you make simple example?

I tried, but I did not succeed.

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
Aprilcaicai
2019/01/14 14:44:45

What function did you want to realize please? Click the Test Code button in the form, then there will be a sample code appear.


Karmagedon
2019/01/14 18:35:59
2 # Aprilcaicai 2019/1/14 14:44:45

What function did you want to realize please? Click the Test Code button in the form, then there will be a sample code appear.


I figured out the monkey method.

Code:

using System;
using Gecko;
namespace GeckoNameSpace
{
public class GeckoClassName
{
public static string GeckoNavigate(GeckoWebBrowser browser, string url)
{
browser.Navigate(url);
return "ok";
}
}
}

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
Aprilcaicai
2019/01/15 14:10:09

Sounds great


Please feel free to contact us if you need more help in the future.

<< < 1> >>
VerifyCode
Advanced Option