Application Settings scope - user vs application
问题 If I create a user level application setting and bind it to a text box on a form, then type something in the textbox, the value is automatically saved and when the application is launched again the value appears in the textbox. This doesn't happen when I scope the setting as application. Why are application scoped settings not saved automatically like user scoped settings are? If this is by design, how can I manually save these settings and load them at runtime? 回答1: In short, application