简体   繁体   English

使VB输入框中的文本框变大

[英]Making Textbox in VB Inputbox Larger

How can I make the textbox in a VB Inputbox larger?如何使 VB 输入框中的文本框更大?

You can't modify the input box, just create your own custom input box.无法修改输入框,只需创建自己的自定义输入框即可。

You can use multiline textbox if thats what you mean.如果这就是你的意思,你可以使用多行文本框。 Or you can create a new inputbox form and add a multiline textbox to it and set the anchor to all directions, so if you change the form size it will change its size as well.或者您可以创建一个新的输入框表单并向其添加多行文本框并将锚点设置为所有方向,因此如果您更改表单大小,它也会更改其大小。

Or you could use a normal textbox and just change the font size.或者你可以使用一个普通的文本框,只是改变字体大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM