M
Mark Ingram
Hi, I'm looking for a way to save 2 lots of information from my C#
application. I want to save information specific to the current user (such
as colour settings, non-essential data) and information specific to the
successful running of the application (such as server to connect to - but
only the administrator can update).
Can the ConfigurationManager class do this for me? If so, has anyone got any
example code of using it?
(The application settings should be saved in the same directory as the .exe
in case the application is installed on a network).
Thanks,
Mark
application. I want to save information specific to the current user (such
as colour settings, non-essential data) and information specific to the
successful running of the application (such as server to connect to - but
only the administrator can update).
Can the ConfigurationManager class do this for me? If so, has anyone got any
example code of using it?
(The application settings should be saved in the same directory as the .exe
in case the application is installed on a network).
Thanks,
Mark