45 packages tagged with “WebBrowser”
EO.WebBrowser is a .NET browser engine based on Google's Chrome project. It packs a full featured browser engine inside .NET DLLs that have zero external dependency. It also offers many advanced features such extensive customization options, ability to call JavaScript code from .NET code and ability to call .NET code from JavaScript code, custom resource handler, custom download handler, etc. The control is an ideal replacement of the .NET's built-in WebBrowser control.
EO.WebBrowser.Wpf provides the WPF version of the WebControl.
EO.WebBrowser.WinForm provides the Windows.Forms version of the WebControl.
A Chromium-based browser that can be used into your .NET application to load modern web pages built with HTML5, CSS3, JavaScript etc. You can obtain a free 30-day trial by filling a form at https://www.teamdev.com/dotnetbrowser#evaluate
appMobi's Windows Phone 8 Game demo as a starting point for your html 5 development.
GeckoFX and XulRunner binaries for .NET GeckoFX Runtime Version: 45.0.6.0 XulRunner Runtime Version: 45.0.0.5873
appMobi's Windows Phone 8 "Hello World" demo as a starting point for your html 5 development.
Zoople HTML Editor for WinForms and WPF A fully customizable HTML Editor for C# and VB .NET Framework and .NET Core WinForms projects (and WPF via the WindowsFormsHost element). Simple to use, easy to implement, and with a familiarly styled word-processing interface the control is extensible and highly versatile. Supports frameworks FX4.7.2 thru .NET9 The HTML Editor .NET for Winforms allows end-users to create HTML segments for web pages, email templates and email composition, or any other purpose that requires HTML content. It contains all the standard features found in stand-alone WYSIWYG HTML and Rich Text editors. Example projects for Visual Studio are available from https://zoople.tech/download/Zoople_HTMLEditor_setup.zip?s=347 and https://github.com/rpoate?tab=repositories Online documentation is available at https://zoople.tech/download/HTML%20Editor%20for%20Winforms%20Reference%20Guide.pdf?s=347 Please direct any support requests to info@zoople.tech
appMobi's Windows Phone 8 jqMobi Simple Template as a starting point for your html 5 development.
// WinXp/2003 only support up to IE8(No WebSocket), so your WinForm project with Html5 UI will be very slow. // 1.Create a DotNet4.0 project(WindowsFormsApplication) and copy codes below. // 2.Add an Application Manifest File(app.manifest) to your project and set requestedExecutionLevel to "requireAdministrator" or "highestAvailable". // 3.Download and unzip to your project excute path and run your project. // (select Win32 Binary) http://webkitdotnet.sourceforge.net/downloads.php // // 4.If you want Chrome kernel, change code to enumWebBrowserType.CefSharp // https://github.com/cefsharp/CefSharp/releases/download/v1.25.5/CefSharp-v1.25.5-binaries.zip // CefSharp-v1.25.5 need Microsoft Visual C++ 2012 Redistributable // using System; using System.Windows.Forms; namespace test1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); var WebBrowserType = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.enumWebBrowserType.WebKit; var SignalrSelfHostPort = 60001; var SignalrSelfHostIp = "127.0.0.1"; Action DisposeAction_AfterFormDisposedEvent = () => { // Your DisposeAction }; string urlSignalr = null; var w = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.AddWebBrowser(SignalrSelfHostIp, SignalrSelfHostPort, WebBrowserType, "", this, "", out urlSignalr, DisposeAction_AfterFormDisposedEvent); RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.SetWebBrowserUrl(w, "http://html5test.com"); } } }
NBomber plugin for writing scenarios that using webbrowser testing
Dialog that let's you choose from the installed browsers (including Microsoft Edge) on the machine
The powerful editing control, Html Editor for .NET WinForms allows even non-technical users to author and manage html content utilizing the familiar Microsoft Word processor-like interface for formatting text, setting hyperlinks, building tables, as well as inserting images, Symbols, etc. Leverage the large range of built-in tools, dropdowns, dialogs and system modules or take advantage of the multiple customization options. It can be integrated into your C#, VB.Net and WPF applications. Demo project with source code is available at https://www.mysofttool.com/net-winforms-html-editor-control/ Online documentation is available at https://mysofttool.com/help/htmleditor/ --You have the ability to merge and unmerge cells for inserting tables. --You can also manually adjust the column width / row height by dragging the cell boundaries to the desired size. --Supports undo one letter at a time, instead of the whole paragraph. For more details, please visit http://www.mysofttool.com/net-winforms-html-editor-control
appMobi's Windows Phone 8 jqMobi Kitchen Sink Template as a starting point for your html 5 development.
WebBrowser Plugin for Xamarin.
appMobi's Windows Phone 8 Accelerometer Template as a starting point for your html 5 development.
appMobi's Windows Phone 8 Camera Template as a starting point for your html 5 development.
WebBrowser Plugin for MvvmCross.
appMobi's Windows Phone 8 Contact Template as a starting point for your html 5 development.
Enables the power of Selenium's Web browser Automation in Thaan RPA
A .Net based Web Scraper using the WebBrowser control
The Coherent UI .NET browser controls are a substitute for the default .NET WebBrowser control. They address the deficiencies of the standard .NET WebBrowser by providing support for the latest HTML5, CSS3 and JavaScript. Coherent UI is powered by the same technology as the Google Chrome browser. The Coherent UI WPF and WinForms controls allow for a robust and secure web browsing experience with full support for HTML5, CSS3, WebRTC, Local storage and the latest web standards. Pages are drawn offscreen so you can apply all WPF transformations and effects on the images created by the controls. The controls have no external dependencies and support Windows 32-bit and 64-bit applications as well as Mac OS X and Linux through Mono GTK#.
MiniBlink PInvoke with winform control,thinks weolar and E024
appMobi's Windows Phone 8 Live Tile Sample Plugin as a starting point for your html 5 development.