i have a settings window in my app where the user can change some properties like background color...
what is the best way to save these so they get loaded the next time i start the app? there are about 50 settings, most are boolean or integers. nothing complicated?
should i use the registry, or create a settings.txt file or ...?
any recommendations as to what is most professional? thanks...