Advertisement
_0i

Untitled

_0i
Jan 1st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. TextBox1.Text = New FileInfo(Application.ExecutablePath).DirectoryName + "\" + "name.txt"
  2. File.AppendAllText(TextBox1.Text, "email: " + TextBox1.Text & vbCrLf + "username: " + TextBox3.Text & vbCrLf + "pass: " + TextBox4.Text & vbCrLf)
  3.  
  4.  
  5. 'textbox1 = file path
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement