webkit.net
Webkit HTTPS Authentication
I am working on my first windows forms app to use WebKit.Net.I need to connect to an https site and popup an authentication form.Using .Net\'s built in browser, the authentication form pops up automat[详细]
2023-03-10 02:43 分类:问答jquery attribute getter breaks my webkitdotnet
I use a webkit dot net browser through c#, and I have a website that I am showing through that browser in a desktop application. Anyway, I came to a conclusion (tested line by line) the this line \"br[详细]
2023-03-09 01:18 分类:问答Webkit.net scroll document programmatically
if I use Webkit.Net to display HTML in my winforms application everytime I set the DocumentText property, the document is scrolled back to the beginning.[详细]
2023-03-07 19:38 分类:问答Can Webkit .net instantiate a browser instance with no form interface?
Or, for that matter, is there another productive way to access Webkit in C# than Webkit.net? I\'m trying to create a website thumbnail generator using Webkit in a web service. It\'s a piece of cake to[详细]
2023-03-06 07:00 分类:问答How to send string messages from a visual c# form application to a webpage
I have a c# windows form application with a webkit.net embedded. Now I was wondering if I can somehow send a string message to the webpage that the application opened.[详细]
2023-03-04 18:48 分类:问答How to get HTML form data opened in Webkit.Net
I have a HTML5 page loaded in Webkit.Net. Now, I am trying to get the data enetered by user on HTML page.[详细]
2023-03-03 22:35 分类:问答Webkitdotnet unable to load https site
I am using this webkitdotnet in my C# project. It all went well开发者_运维技巧 until I had to use access site with https.[详细]
2023-02-22 13:28 分类:问答Use Webkit as browser control in VB.NET 2010
I\'m developing an appl开发者_运维问答ication where I want to use WebKit browser engine instead IE browser control, and I\'m looking for latest version of WebKit which is currently behind Google Chrom[详细]
2023-02-18 11:39 分类:问答Reading links in header using WebKit.NET
I am trying to figure out how to read header links using C#.NET. I want to get the edit link from Browser1 and put it in browser 2. My problem is that I can\'t figure out how to get at attributes, or[详细]
2023-02-15 03:37 分类:问答Opening local files in Webkit .NET
A simple WebKitBrowser1.Navigate(localfilehere) doesn\'t work for some reason. I tried adding \"file://\" to the URL but that didn\'t 开发者_StackOverflowwork either.[详细]
2023-02-03 04:54 分类:问答