在 C# 中使用 wndproc 最小化任务栏左键单击的表单
我有一个 C# 应用程序,它使用 wndproc 来获取右键单击任务栏的消息,但我还需要使用左键单击任务栏,以便可以最小化窗体。 右键单击任务栏图标的消息值为 WMTaskbarRClick = 0x0313。 有谁知道左键单击任务栏图标的消息值是什么?
I have a C# application that is using wndproc to get a message for a right click to the taskbar, but I also need to use a left click to the taskbar so that I can minimize my form. The message value for right click on taskbar icon is WMTaskbarRClick = 0x0313. Does anyone know what the message value is for left click on taskbar icon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接可能包含您需要的信息。
另一个链接
FWIW:我不知道您应该当左键单击任务栏时最小化表单。 默认行为应该是最小化左键单击任务栏按钮的窗体,Windows 会为您处理该窗体。
This link may have the information you seek.
Another link
FWIW: I don't know that you should minimize a form when the taskbar is left clicked. The default behaviour should be to minimize a form whose taskbar button is left clicked and Windows handles that for you.