a combobox that allows users to choose from several values. the user may write values in the combobox(as in a textbox). the new values writtem should be saved in the list property so that the next time the program is used, the new value is not lost. and all this without using a database. Can this be done?