WYSIWYG Control for Winform

前端 未结 2 404
深忆病人
深忆病人 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: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.

提交回复
热议问题