BlisdManYT

Code "Speichern"

May 11th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SaveFileDialog1.ShowDialog()
  2.         My.Computer.FileSystem.WriteAllText(SaveFileDialog1.FileName + ".txt", RichTextBox1.Text, False)
Advertisement
Add Comment
Please, Sign In to add comment