.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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -