How to persist ComboBox.Items?

  • Thread starter Thread starter Gary
  • Start date Start date
you could add them to a dataset and use
DataSet.WriteXML("Path:\Filename.xml") When you open the form, check if the
file exists, if it does, load it.
 
Back
Top