如何向文本框添加红线(就像 Word 中的拼写错误一样)?
我们怎样才能在拼写错误的单词下产生红线的效果,如下图所示:
替代文本 http://img505.imageshack.us/img505/7253/options285x395rg9.th.png
更新
我不想使用 Google 或任何拼写程序。 我想知道如何制作红线的效果。
How can we produce the effect of the red line under a bad spelling word like the image below :
alt text http://img505.imageshack.us/img505/7253/options285x395rg9.th.png
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用 来执行此操作RichTextBox 控件,它允许您在文本的任何部分设置下划线样式和下划线颜色。
这是一个 示例 完全按照您的意愿行事。
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.
使用 google 的拼写检查器
http://www.asp101.com/articles/jeremy/googlespell /默认.asp
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.
您可以使用丰富的编辑控件的属性和方法来绘制波浪线。 欲了解更多信息,请访问此网站: http://geekswithblogs.net/pvidler/存档/2003/10/15/188.aspx
You can use rich edit control's properties and methods to do the drawing of the wavy lines. For more information visit this site: http://geekswithblogs.net/pvidler/archive/2003/10/15/188.aspx