How to persist ComboBox.Items?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Is there an easy way to persist ComboBox.Items? For example, to create
a history list?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top