Excuse, but I'm just learning VB5 (to start with) and I'm trying to let a user add items to a combo box during runtime -- and have his inpput actually saved into the drop down list for the next time the program is run.

Using cboBox.AddItem cboBox.Text saves the text during the present run of the program but then it disappears when the program is terminated - it's not actually saved as a new item in the drop down list for the next run.

I assume it's kinda basic for you guys, but I've been trying to find the solution for over 2 weeks....it's a huge problem to me.

Any help on making the user input a permenant combo box item?

Thank you.

John