How do I get the text to go to the next line when typing in the textbox? It just keeps going on so untill I enlarge the screen...
Printable View
How do I get the text to go to the next line when typing in the textbox? It just keeps going on so untill I enlarge the screen...
set the textboxes multiline prperty to true that should take care of that, if it doesn't then use the textboxs scroll bar property to 2 - vertical scroll bar and I think that fixes that problem.
Also, you can set multiline property for a text box and it will automatically scroll it down for you.