WYSIWYG Control for Winform

前端 未结 2 385
深忆病人
深忆病人 2021-01-11 12:26

I am looking for a free WYSIWYG editor control to be used in a Winform application. The applications primary language is VB but using C# is also an option. To clarify I need

相关标签:
2条回答
  • 2021-01-11 12:40

    In this scenario, starting with CodeProject articles seems the easiest:

    • http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx -- Not my first recommendation, but perhaps of use if you want HTML.

    • http://www.codeproject.com/KB/edit/TextRulerControl.aspx?fid=968441&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=26&select=2438044

    • http://www.codeproject.com/KB/cs/eRichTextBox.aspx

    0 讨论(0)
  • 2021-01-11 12:53

    Actually it's very easy to write your own based on the RichTextBox control.

    I would go that way for sure. Your biggest problem will be the icons for the edit bar.

    Check this one for starter.

    0 讨论(0)
提交回复
热议问题