WinForms HTML visualizing controls comparison

Posted by DarkDeny on Stack Overflow See other posts from Stack Overflow or by DarkDeny
Published on 2010-06-06T13:40:16Z Indexed on 2010/06/06 13:42 UTC
Read the original article Hit count: 485

Filed under:
|

Hello all!

I am working on some project which requires some HTML visualizing control (WinForms). Currently I am aware only of two such a controls: AxWebBrowser (as far as I understand this is IE-based ActiveX control for winforms) Nabu HTMLView (open source library with visualizing capabilities).

Are there any other choices? What are their cons and pros? How configurable they are? For example I want to disable navigation and scripts, hook onto loading methods to override resources loading and so on.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms