JavaScript is not enabled in your browser. You must enable JavaScript to browse this website. See here for detailed instruction on how to enable JavaScript.
All the core features are packed inside a single .NET DLL EO.WebBrowser.dll. This DLL contains the core WebView class which you can use directly in your application. If your application is a Windows Forms application, you can also use the WebControl class. The steps are simple and straight forward: once you install the product, WebControl will be added into your toolbox. You can simply drag it from your toolbox into your form.
Once the control is in your form, you can set its properties or handle its events like any other Windows Forms controls. Or you can also access the object programmatically. The following code demonstrates how to load a Web page:
//Load Google's homepage into the WebView WebControl1.WebView.Url = "www.google.com";
'Load Google's homepage into the WebView WebControl1.WebView.Url = "www.google.com"
See here for more information on how to use EO.WebBrowser in a Windows Forms application.
Product Documentation
All features are explained in great details in the product documentation. It also contains complete reference information for each type, property or method;
Samples
The download package contains a wide variety of samples with full C# and Visual Basic.NET source code that demonstrate how to use different feature of the EO.WebBrowser library.
Technical Support
Still have questions? Post in our support forum or contact us and we will answer them quickly. Our turn around time is among the best in the industry.