Code:
        OpenFileDialog3.ShowDialog()
        My.Settings.Process3 = OpenFileDialog3.FileName
        My.Settings.Save()


        Form1.Process3.StartInfo.FileName = My.Settings.Process3




It won't save the settings, I close the app and it doesn't save the setting. Help please.