This code will allow you to save the contents of your text box to a text file.
This code will allow you to save the contents of your text box to a text file.
Rate This code will allow you to save the contents of your text box to a text file.
(1(1 Vote))
Print #1, Date ' This is for the date
Print #1, Time ' This is for the time
Print #1, Text1.Text
Close #1
This code will allow you to save the contents of your text box to a text file. Comments
No comments yet — be the first to post one!
Post a Comment