I’ve got a RichTextBox in which I can format the text..
I can save the text as .txt and also load,
but when loaded, the formatting of the text is “away”..
So what can I do, that the format stay?
Hope someone can help me..
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.
you have to use the RTF format: http://msdn.microsoft.com/en-us/library/8bf5hy2e(v=vs.80).aspx
TXT only saves the text but no formatting.