I am working on creating spell checking functions in my application, which currently uses MFC CHtmlEditCtrl .
Is there a way to draw one of those βred squiggly linesβ that you see under spelling errors in an HTML control, under a word that I discovered as a spelling error?
The only way I can think of is to use actual HTML to apply this style, and then break it down in the email you send. This seems rather confusing, as if the user began to apply underline styles to text that they might interfere with.
Is there a way to do this with a drawing?
Thanks in advance.
c ++ visual-studio-2010 mfc spell-checking hunspell
Raiden616
source share