日期:2014-05-18  浏览次数:20879 次

winform中用什么富文本编译器?
想开发一个代码管理工具,要用到一个富文本编译器,以前都是搞webfrom,没有弄过winform,所以不知道用什么编译器好,也不知道有没有什么dll之类的名是外部什么插件,望高人指点

------解决方案--------------------
http://windowsclient.net/articles/htmleditor.aspx

Html WinForms Editor

The purpose of the Html Editor is to provide Html Editing capabilities within a WinForms control. The control should emulate the operations that are available within a Rich Text control, but have information persisted and restored from an Html BODY element.
------解决方案--------------------
FCKEditor

------解决方案--------------------
FCKEDITOR是WEB开发里用的,楼主问的是WINFORM编辑器吧。用RichTextBox就可以。