PDA

View Full Version : Saving a text file to a rtf file


Shannon Chatwood
03-19-2008, 08:30 AM
What I'm trying to do is open a txt. file and have the program save it to a rft file. Does anyone have any experience with this or have advice.

RizlaUK
03-19-2008, 11:33 AM
look into "RichText.LoadFromFile" and "RichText.SaveToFile" in the help file

Shannon Chatwood
03-19-2008, 11:57 AM
Thanks very much