Speichern und Laden von Benutzereinstellungen
Speichern und Laden von Benutzereinstellungen <URL:http://dotnet.mvps.org/dotnet/faqs/?id=userpreferences&lang=de> ---------------------------------------------------------------------------- Storing and loading user preferences Storing configuration data and user preferences: XML files: Configuration Management Application Block for .NET <URL:http://msdn.microsoft.com/library/en-us/dnbda/html/cmab.asp> OptionsLib <URL:http://www.palmbytes.de/content/dotnet/optionslib.htm> Application Settings the .NET way. INI, Registry, or XML <URL:http://www.codeproject.com/dotnet/XMLSettingsFile.asp> Saving and Restoring Application Settings <URL:http://www.codeproject.com/dotnet/savior.asp> Saving and Restoring Location, Size, and Window State of a Form <URL:http://www.c-sharpcorner.com/Code/2002/Mar/SavingNRestoringWinJM.asp> How to Make Your .NET Windows Forms Configuration Files Dynamic <URL:http://www.devx.com/dotnet/Article/11616/> Upgrade Your INI Files to XML with .NET <URL:http://www.devx.com/dotnet/Article/7008/> Configuration Handlers in .NET <URL:http://www.ondotnet.com/pub/a/dotnet/2003/01/01/configsections.html> Save and restore Form position and layout with this component <URL:http://www.codeproject.com/cs/miscctrl/RealPosition.asp> Read/Write XML files, Config files, INI files, or the Registry <URL:http://www.codeproject.com/csharp/ReadWriteXmlIni.asp> Form Placement Component <URL:http://www.codeproject.com/csharp/Placement.asp> Application and component configuration <URL:http://www.codeproject.com/csharp/app_config.asp> Load and Save objects to XML using serialization <URL:http://www.codeproject.com/csharp/xml_serializationasp.asp> INI files: INI Files Will Never Die: How-To in .NET <URL:http://www.developer.com/net/asp/article.php/3287991> An INI file handling class using C# <URL:http://www.codeproject.com/csharp/cs_ini.asp> IniReader <URL:http://www.mentalis.org/soft/class.qpx?id=6> Aquineo implementation of INI file format <URL:http://www.aquineo.com/Community/IniParser/IniParser.shtml> Nini: An uncommonly powerful .NET configuration library <URL:http://nini.sourceforge.net/>