vote up 2 vote down star

How can we produce the effect of the red line under a bad spelling word like the image below :

alt text

Update

I do not want to use Google or whatever spell program. I would like to know how to create the effect of the red line.

flag

FYI - Firefox and Chrome do it automatically for you. No site interaction necessary. – Rich B Oct 7 '08 at 16:59
Are you asking how to determine if a word is misspelled? Or are you asking how to draw a wavy red line under a word? – Jacob Oct 7 '08 at 16:59
Was there supposed to be an image in that question? I'm not seeing one? – Jon Cage Oct 7 '08 at 17:02
I was wondering if it's possible to recreate it. – Daok Oct 7 '08 at 17:05
That was a pain in the ass, but I think the image works now. – Rich B Oct 7 '08 at 17:07

3 Answers

vote up 2 vote down check

You can do this using a RichTextBox control, which will allow you to set the underline style and underline color on any portion of text.

And here's an example doing exactly what you want to do.

link|flag
vote up 0 vote down

use google's spellchecker

http://www.asp101.com/articles/jeremy/googlespell/default.asp

link|flag
vote up 0 vote down

This page shows how to owner-draw a TextBox to draw the wavy red line.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.