B
Bradford
Hi,
I am developing a Windows application in C# and I'd like the user be able to view or adjust some application settings which will be 'remembered' the next time the application starts. I'd like to have a dialog that looks and works like typical MSOffice dialogs you see when opening the Tools menu > Options.
I prefer to create only an executable file that can be run without installing, so I think writing to the registry is overkill. I looked into using .config files, but it sounds like the values they store are read-only to the application user (i.e. the values must be changed by the programmer in xml format).
Can anyone point me in the right direction?
I am developing a Windows application in C# and I'd like the user be able to view or adjust some application settings which will be 'remembered' the next time the application starts. I'd like to have a dialog that looks and works like typical MSOffice dialogs you see when opening the Tools menu > Options.
I prefer to create only an executable file that can be run without installing, so I think writing to the registry is overkill. I looked into using .config files, but it sounds like the values they store are read-only to the application user (i.e. the values must be changed by the programmer in xml format).
Can anyone point me in the right direction?