with the RichTextBox, I am reading in text from a file with .LoadFile
and saving it again with .Savefile
2 problems:
-I want to programmatically add lines of text to the beginning of the RTBox
How do I insert at the beginning?
-I want to also let the user add text (anywhere) and save all the text.
user text can be added on screen OK, but when I save/load the file the user text is missing !