Writing/Reading User-Defined settings in app.config file
问题 I am trying to read and write into app.config file of user-settings. I found a snippet of a code for working with confige file. I finally got it compiling and running, but it absolutely seems to be doing nothing to the App.config file. Here is the code: Method MainForm1.Button1.Click(sender: System.Object; e: System.EventArgs); var config : System.Configuration.Configuration; begin config:=ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); config.AppSettings.Settings.Add(