/ Published in: VB.NET
This code can be used to save a file!
Expand |
Embed | Plain Text
Private sub savefile() Dim dialog As New SaveFileDialog dialog.ShowDialog() Dim write As New IO.StreamWriter(dialog.FileName) write.Write(TextBox1.Text) write.Close() End sub
Comments
Subscribe to comments
You need to login to post a comment.

think you
think you