VB.NET WindowForms 问题
我正在寻找特定的自定义控件。 我正在我的图片框中绘制一些矩形,现在我想在有人将鼠标移动到其中一个矩形时显示工具提示,因此是一个悬停矩形悬停事件。 这听起来可行吗? 如果是的话,有人已经做过这样的控制了吗? 如果没有,我该如何自己制作? 谢谢!
I am looking for a specific custom control. I am drawing some rectangles to my picture box, now I would like to display a tooltip when someone moves his mouse to one of the rectangles, so a hover rectangle-hover event. Does this sound doable at all? If yes, is there anyone that has made such a control already? If no, how would I go about making my own? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个。 您可以使用这个免费的工具提示库做一些非常酷的事情:
http://www.tooltips.net
您可以还可以尝试 Windows 窗体中的 ToolTip 类 。
Have a look at this. You can do some really cool things with this free tooltip library:
http://www.tooltips.net
You can also try the ToolTip Class in Windows Forms.