I was just wondering for future information if you add a message to a combo box such as this:
ComboBox1.Items.Add(ComboBox1.Text)
is it possible to save it in the combo box so that if the form is closed then re-loaded that message will still be stored? Thanks