.net - Rich Text in Windows Forms application -
i update windows forms application provide following features:
- spell checking
- limited formatting of text: bold, italics, bulleted lists
ideally formatted text accessed in plain text way reporting through tools don't support formatting, rendered html tools support html tags when rendering text.
it seems me wpf richtextbox provide functionality. best way incorporate it? suggest other alternatives?
you can add / create drop-in spell checker window forms richtextbox.
a ready go richtextbox custom control spell checking. app checking spelling integrated
also here article on adding wpf richtextbox application, getting spell checking working. (requires .net 3.0+)
Comments
Post a Comment