窗口框架所需的 WM_NCLBUTTONUP 不会触发。请问最简单的 Delphi 修复是什么?
当使用停止改变窗口的大小时,即通过在框架上释放鼠标,我需要触发一个事件。我已经尝试过 WM_NCLBUTTONUP 但这不会触发 - 我想是因为有很多关于它不起作用的抱怨。有人有我如何解决这个问题的例子吗?我只需要知道调整大小何时结束。谢谢
I need an event to fire when the use stops changing the size of a window, i.e by releasing the mouse on the frame. I've tried WM_NCLBUTTONUP but this does not fire - I presume because there are lots of complaints about it not working. Has anyone got an example of how I can work around this please? I simply need to know when a resize has ended. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
监听
WM_EXITSIZEMOVE
< /a>.Listen for
WM_EXITSIZEMOVE
.