Question about working with textboxes...
Okay, in my dinky little program I have a textbox that I plan on typing long things into. I have it set to multiline and vertical scrollbars.
Now when the program is running and I type long things into it, it appears to skip down to the next line when the text I'm inputting hits the edge of the textbox, but when I use the txtText1.Text of the textbox for displaying the text, only the lines that I manually start (ie, by hitting enter and forcing it to skip down a line) show up as new lines (ie, the rest are all one really really really long line). Is there a way to set a column width so that it automatically starts new lines when the user has typed a certain amount?