In my program I want the user to be able to load and save settings (combobox text). Instead of using FileOpenDialog after the program has started, how can I auto-load the settings (combobox text) as the application starts automatically?

Thanks