禁用窗口最大化/最小化

发布于 2024-10-06 12:32:42 字数 79 浏览 8 评论 0原文

如何使用 Windows API 禁用窗口的最大化和/或最小化功能?最大化/最小化框需要变灰并禁用,双击标题栏、拖动到屏幕顶部等也需要不起作用。

How do I disable the maximizing and/or minimizing capability of a window with the Windows API? The maximize/minimize boxes need to be greyed out and disabled, and double clicking the title bar, dragging to the top of the screen, etc needs to not work also.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

往事随风而去 2024-10-13 12:32:42

您可以调用SetWindowLong/SetWindowLongPtr 来修改窗口的样式。

有关详细信息,请参阅:

http:// /msdn.microsoft.com/en-us/library/ms633591%28v=VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/ms644898%28VS.85%29.aspx

那么,你该怎么办意思是“拖动到屏幕顶部”?

You can call SetWindowLong/SetWindowLongPtr to modify a window's styles.

For furthur detail, please refer to:

http://msdn.microsoft.com/en-us/library/ms633591%28v=VS.85%29.aspx

or http://msdn.microsoft.com/en-us/library/ms644898%28VS.85%29.aspx

Then, what do u mean about 'draging to the top of the screen'?

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