我需要在VB 2010中增加表单的高度 [英] I need to increase the Height of the Form in VB 2010

查看:71
本文介绍了我需要在VB 2010中增加表单的高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我正在使用VB 2010设计一个表单,我无法完全设计表单,因为它们不能在表单上放置更多控件。



使用表单属性,我可以将表格的最大宽度设置为1044,最大高度仅为788



我已经完成了一些解决方案,这似乎对我的问题不太清楚。



如果我们可以增加表格的高度,请告知我们在设计时间到1000美元





感谢和问候

Prem

解决方案

在设计视图中突出显示表单,然后查看属性窗格。首先检查MaximumSize属性。它应该是0,0 - 如果不是这样会限制最大尺寸。

然后检查Height属性,并尝试通过属性窗格手动将其设置为1000 - 它应该可以工作。 / blockquote>

完成此主题:

表格大小受屏幕分辨率的限制。

欲了解更多信息,请参阅:< a href =https://msdn.microsoft.com/en-us/library/25w4thew(v=vs.110).aspx> https://msdn.microsoft.com/en-us/library/25w4thew( v = vs.110).aspx [ ^ ]



解决方法可能是:

http://stackoverflow.com/questions/ 6651115 /视觉工作室设计师有限的屏幕分辨率 [ ^ ]


Hi,

I am designing a Form using VB 2010, I am unable to completely design the form as they is not space to place more controls on the form.

Using the form properties, I can set the Maximum Width of Form to 1044, and Maximum Height is 788 only

I have gone through some solutions, which seems to be not clear to my question.

Kindly lemme know, if we can increase the height of the form to 1000 during design time


thanks & regards
Prem

解决方案

Highlight the form in the design view, and look at the properties pane. First check the MaximumSize property. It should be 0,0 - if it isn't that will restrict the maximum dimensions.
Then check the Height property, and try manually setting it to 1000 via the property pane - it should work.


to complete this Thread :
The Form-Size is limited by the Screen-Resolution.
For more Information see also : https://msdn.microsoft.com/en-us/library/25w4thew(v=vs.110).aspx[^]

A work-around could be :
http://stackoverflow.com/questions/6651115/is-the-size-of-a-form-in-visual-studio-designer-limited-to-screen-resolution[^]


这篇关于我需要在VB 2010中增加表单的高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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