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 Chrome 10, so far, I found WebKit.Net but it was updated a while ago, so not all modern HTML5 and CSS3 capabilities are working with it. Is there any other option available for WebKit to be used with the application. I don't know how to build WebKit from source so that it can work with VB.Net.
Also, will it support JavaScript if included in the form??
Bad news friend, at the date, WebKit.Net doesn't support COM intraction between .Net and the COM objects in the HTMLDocument,
精彩评论