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

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.
|
|
|||||||||||
|
|
|
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. |
||
|
|
|
|
use google's spellchecker http://www.asp101.com/articles/jeremy/googlespell/default.asp |
||
|
|
|
|
This page shows how to owner-draw a TextBox to draw the wavy red line. |
||
|
|