I want to add items to a combobox at runtime with text from a textbox, thats easy enough and works great until I shut the program down and restart it. How do you code user input like you would in the string collection property so its permanent. All I got is:

combobox1.items.add(tbxItems.text)