What is an easy way to save/load settings? I\'d prefer it if each user has their own set of settings.
If this is a desktop application, the best way to store application and/or user specific settings is to use the builtin methods. Using Settings in C#
EDIT
Using Settings in C# Visual Studio 2010