I have a text-based application with 4 Rich Text Editors. When I hit my save button, contents from all these Rich Text Editors has to be saved into a single RTF file!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a working, though not particularly elegant solution:
It creates a new richtextbox, appends the contents of the existing richtextboxes, and saves the file.
EDIT A more elegant solution might be to put all the richtextboxes in a panel and loop through them: