How to save a basic rich text file Email [email protected] for a better version using normal te
How to save a basic rich text file Email [email protected] for a better version using normal text boxes and no limit to amount of text in
Rate How to save a basic rich text file Email [email protected] for a better version using normal te
(1(1 Vote))
//--be found as RichTextBox Control 6.0 or ocx file is richt32.ocx)
//--Name the richtextfile text1
Private Sub CMDOK_Click()
Text1.SaveFile ("Put here the place you want the text file saved finished with the .txt extentsion")
MsgBox ("Save Successful.",,"Success")
End Sub
How to save a basic rich text file Email [email protected] for a better version using normal te Comments
No comments yet — be the first to post one!
Post a Comment