How to underline misspelled words in TextBox, for example, Microsoft Word?

I have a TextBox with text and take every word and underline it if it is spelled incorrectly. How can I emphasize the wrong words?

thank

+3
source share
2 answers

Take a look at the link below. There is a class for what you want to achieve if you are working in WPF : SpellCheck validation class .

+3
source

if you use Windows Forms, then you need to create your own grammar and writing library, and then try to use some kind of comparison.

- - , CSS. ASP.NET ASPNetSpell

0

All Articles