Ok, I am wondering how do I set the amount of characters per line that a richtextbox will have. I have a save dialog code and i want to set the characters to 64 characters then goto another line and save it like that. Right now when it saves a line of text, say 128 characters, it puts it all in 1 line. I would like it to split the line into two lines in the output .rtf file.
' Create a SaveFileDialog to request a path and...
User Profile
Collapse
-
Have two text boxes write to a richtextbox, but text be on seperate lines?
I'm new to programming and I was wondering how I would take two textboxes and have the text from TextBox1 enter on line 1 in RichTextBox1 and the text from TextBox2 to enter on line 2 in RichTextBox1, with the click of a button. Thanks in advance to anyone that can help me on this situation. :)
No activity results to display
Show More