|
-
Nov 29th, 2010, 09:12 PM
#1
Thread Starter
Junior Member
Save to txt file
Good day Experts!
Please give me idea how to code this one ...
Dim Save As New SaveFileDialog
Save.Title = "Specify Destination Filename"
Save.Filter = "Text Files|*.txt"
Save.FilterIndex = 1
Save.OverwritePrompt = True
Save.CreatePrompt = True
If Save.ShowDialog() <> DialogResult.Cancel Then
'How can I save here my text from my textbox1.text?
End If
Thank you for the help...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|