Is there something like shared storage in .net windows forms applications, What I want to do is to build a settings form, where each user can save his own settings on his machine, without the need to explicitly create external files and save the values in these files.
Thanks
Maybe Isolated storage suit your needs. Also you can think about registry.