本文介绍了从表单标题栏中的关闭,最小化和最大化/恢复按钮中删除工具提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要从表单标题栏中的控制按钮(关闭,最小化,最大化/恢复按钮)中删除工具提示。
I need to remove the tool tip from the control buttons(close, minimize, maximize/restore buttons) in the title bar of a form.
Is有可能吗?如果可能的话我该怎么做?
Is it possible? If possible how can I do that?
请分享您宝贵的建议。
Please share your valuable suggestions.
提前致谢。
Thanks in advance.
推荐答案
在Vista +上你也可以
将您的客户区扩展到标题栏,您可以自己绘制这些按钮(您需要处理标题等正常任务)栏拖动,系统按钮点击等)。
On Vista+ you can also extend your client area to the title bar, and you can draw those buttons yourself (you need to handle the normal tasks like title bar dragging, system button click etc).
无论哪种方式,你需要很多pinvoke。
Either way, you need a lot of pinvoke.
这篇关于从表单标题栏中的关闭,最小化和最大化/恢复按钮中删除工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!