开发者

WinForms HTML visualizing controls comparison

开发者 https://www.devze.com 2023-01-02 05:45 出处:网络
I am working on some project which requires some HTML visualizing control (WinForms). Currently I am aware only of two such a controls:

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 开发者_JAVA百科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.


I had a similar issue with trying to fin a suitable control for editing HTML in a winforms app.

After evaluating half a dozen or so, I settled on PinEdit http://www.pintexx.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消