开发者

Recommendation for WinForms Spell Checker

I have a WinForms application for editing text i开发者_如何学运维n a large RichTextBox control.

Can anyone suggest the easiest (and hopefully cheapest) way to add spell checking to the RichTextBox control?


One option is to use hosted content and place a WPF control that offers spell checking. For example the WPF RichTextBox has a property SpellCheck which you can enable.

Note that WPF uses its own spellchecker and doesn't require Microsoft Office.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜