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
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
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.
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
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.
I have a HTML5 page loaded in Webkit.Net. Now, I am trying to get the data enetered by user on HTML page.
I am using this webkitdotnet in my C# project. It all went well开发者_运维技巧 until I had to use access site with https.
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
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
A simple WebKitBrowser1.Navigate(localfilehere) doesn\'t work for some reason. I tried adding \"file://\" to the URL but that didn\'t 开发者_StackOverflowwork either.