有时我的固定方式如何最大化,如何最大化

发布于 2025-01-23 17:23:56 字数 361 浏览 0 评论 0原文

我在虚拟服务器上运行了一个Windows表单应用程序。 一些人可以通过远程桌面连接到该服务器,以检查进度/状态。

用户形式只能具有一个不应该更改的尺寸。 因此,formBorderStyle设置为固定的旋转,并禁用最大化框。 但是有时仍然以某种方式显示形式。 由于禁用了最大化按钮,因此无法返回旧尺寸。

我已经问所有具有访问权限的人,没有人明确试图最大化它。 它“只是发生”(当然不是,但似乎是这样)。

当单击最小化框时,可以将应用程序最小化以最小化托盘。 然后可以通过双击系统托盘的图标来恢复它。 然后,WindowState将设置为formWindowState.Normal。

有人可以想到用户形式仍然可以最大化的方式吗?

提前致谢

I've got a Windows Forms application running on a virtual server.
A few people can connect to this server via Remote Desktop to check progress/status.

The userform should have only one size which shouldn't change.
Therefore the FormBorderStyle is set to FixedSingle and the Maximize box is disabled.
But still sometimes the form is shown as maximized somehow.
Since the Maximize button is disabled, there's no way return to the old size.

I've asked all people with access and no one explicitly tries to maximize it.
It 'just happens' (of course it doesn't, but it seems so).

The application can be minimized to tray when the Minimize Box is clicked.
It can then be restored by double clicking the icon from the system tray.
WindowState will then be set to FormWindowState.Normal.

Can anybody think of a way the userform still gets maximized?

Thanks in advance

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文