有时我的固定方式如何最大化,如何最大化
我在虚拟服务器上运行了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论