Imports System.Configuration Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim config As System.Configuration.Config... = ConfigurationManager.OpenEx... Me.txtFromFolder.Text = ConfigurationManager.AppSet... Me.txtToFolder.Text = ConfigurationManager.AppSet... End Sub Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormCl...