Originally Posted by Hack
VB Code:
Private Sub cmd_save_Click() [B]Open "mytextfile.txt" For Append As #1 [/B] Print #1, TextBox.Text Close #1 End Sub
|
Results 1 to 20 of 20
Thread: Saving a Text FileThreaded View
|
Click Here to Expand Forum to Full Width |