Board index » cppbuilder » TRichEdit saved file shows garbage in Notepad
Veebo
![]() CBuilder Developer |
TRichEdit saved file shows garbage in Notepad2005-05-26 01:13:55 AM cppbuilder94 Hello, I saved a file using TRichEdit. When I open the same file in notpad I see lots of formatting stuff before I see the actual text. For example, I saved "Whats going on?" in a file using TRichEdit when I open it i a notpad, it looks like this... {\rtf1\ansi\ansicpg932\deff0\deflang1033\deflangfe1041{\fonttbl {\f0\fnil\fcharset0 MS Sans Serif;}{\f1\fnil MS Sans Serif;}} {\colortbl ;\red255\green255\blue255;} \viewkind4\uc1\pard\cf1\f0\fs24 whats going on?\lang1041\f1 \par } However, when i open the same file in TRichEdit again, it looks fine. I tried with PlainText property both True and False, but same results. Can someone help me and tell me how I can fix this problem?? thanks, Veebo |