I have a comboBox that is filled at run time when a button is clicked (approx 6 items read in from a database), I want to write these comboBox items to the registry so I can read them back when the program loads so the comboBox is already populated without need to reread them from the database.
My question is what is the best way to write these to the registry and how do I write the selectedItem to the registry so that it is the selectedItem when the program loads?
Many thanks