Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2. My.Settings.FTP_Server = txtFTPServer.Text
  3. My.Settings.FTP_Dir = txtFTPDir.Text
  4. My.Settings.FTP_User = txtFTPUser.Text
  5. My.Settings.FTP_Pass = txtFTPPass.Text
  6. My.Settings.HTTP = txtHTTP.Text
  7. My.Settings.Save()
  8. Visible = False
  9. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement