如何向文本框添加红线(就像 Word 中的拼写错误一样)?

发布于 2024-07-07 01:34:03 字数 297 浏览 4 评论 0原文

我们怎样才能在拼写错误的单词下产生红线的效果,如下图所示:

替代文本 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

云醉月微眠 2024-07-14 01:34:03

您可以使用 来执行此操作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.

想挽留 2024-07-14 01:34:03

此页面展示了如何拥有-绘制一个文本框来绘制红色波浪线。

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

狂之美人 2024-07-14 01:34:03

您可以使用丰富的编辑控件的属性和方法来绘制波浪线。 欲了解更多信息,请访问此网站: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文