hey guys thanks for the previous help.
so how do you guys save an rtf file? using save as, i dont seem to have the option when i am trying to save one.
Printable View
hey guys thanks for the previous help.
so how do you guys save an rtf file? using save as, i dont seem to have the option when i am trying to save one.
You mean this:
The first parameter of SaveFile() is the full path for the file.Code:RichTextBox1.SaveFile "c:\myfile.rtf"
:wave: