Is there a way to add texts before a RichTextBox file load? Here's my situation. I have a string variable that holds a bunch of data in it. Below is how I load the file into the RichTextBox.
richTextBox1.LoadFile(filePath & strFileName, RichTextBoxStreamType.RichText)
However, I want to add the string variable to the RichTextBox along with the data that comes from the file load. Another word, I want to combine the two and store into one richtextbox. Is there a way to do this?
Any help is greatly appreciated!
ljCharlie
richTextBox1.LoadFile(filePath & strFileName, RichTextBoxStreamType.RichText)
However, I want to add the string variable to the RichTextBox along with the data that comes from the file load. Another word, I want to combine the two and store into one richtextbox. Is there a way to do this?
Any help is greatly appreciated!
ljCharlie