vote up 18 vote down star
6

I've seen a few COM controls which wrap the Gecko rendering engine (GeckoFX, as well as the control shipped by Mozilla - mozctlx.dll). Is there a wrapper for Webkit that can be included in a .NET Winform application?

flag

Jon, what have you finally chosen? Gecko or WebKit? – Piotr Dobrogost May 11 at 19:26

4 Answers

vote up 2 vote down check

There's a WebKit-Sharp component on Mono's Subversion Server. I can't find any web-viewable documentation on it, and I'm not even sure if it's WinForms or GTK# (can't grab the source from here to check at the moment), but it's probably your best bet, either way.

link|flag
I was unsuccessful trying to get this to build on Windows a few weeks ago, but would be interested if someone else could get this to build. – Adam Hughes Sep 27 '08 at 0:54
vote up 0 vote down

I don't think there is a current one out there, but there is a [barely documented] project on Google Code with an older version...

link|flag
Swift uses Charn's WebKit build, but Charn is no longer available. – Adam Hughes Sep 27 '08 at 0:51
vote up 1 vote down

The Windows version of Qt 4 includes both WebKit and classes to create ActiveX components. It probably isn't an ideal solution if you aren't already using Qt though.

link|flag
vote up 1 vote down

There's a WebKit-Sharp component on Mono's Subversion Server. I can't find any web-viewable documentation on it, and I'm not even sure if it's WinForms or GTK# (can't grab the source from here to check at the moment), but it's probably your best bet, either way.

I think this component is CLI wrapper around webkit for Ubuntu. So this wrapper most likely could be not working on win32

Try check another variant - project awesomium - wrapper around google project "Chromium" that use webkit. Also awesomium has features like to should interavtive web pages on 3D objects under WPF

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.