如何修复窗口(不应调整窗口大小) [英] how to fix the window (window size should not be resize)

查看:127
本文介绍了如何修复窗口(不应调整窗口大小)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请告诉我

如何在C#Windows应用程序中修复窗口(窗口大小不应重新设置大小).

Please tell me

how to fix the window (window size should not be re size) in C# windows application

推荐答案

设置FixedDialog [ ^ ].
设置 Form.MaximizeBox属性 [Form.MinimizeBox属性 [
Set the Form.FormBorderStyle Property[^] to FixedDialog[^].
Set Form.MaximizeBox Property[^] and Form.MinimizeBox Property[^] to false.


将Windows窗体属性FormBorderStyle设置为固定..."选项之一.
Set your windows form property FormBorderStyle to one of the "Fixed..." options.


这篇关于如何修复窗口(不应调整窗口大小)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆