Quick question im new to vb and how do i make my textbox height bigger, it was 100 width and 20 height. no matter what i typed in for the height it will change back to the default value. how do i change that? thank you
Printable View
Quick question im new to vb and how do i make my textbox height bigger, it was 100 width and 20 height. no matter what i typed in for the height it will change back to the default value. how do i change that? thank you
In the Properties Window set the Multiline property to True.
Note that changing the Multiline property to True will allow the user to enter multiple lines. Is that what you want? If so then cool. A single-line TextBox's Height is controlled by its Font. To make the control taller you have to make the font size larger.
thank you that is it multiline to true