Question Needing help with Read/Write to XML

Requiem91

New member
Joined
Aug 9, 2008
Messages
1
Programming Experience
1-3
Alright guys, I've searched up and down this forum and another for what I need and have gotten nowhere.

I have a Form1 which includes CheckBoxes and ComboBoxes for user options. I need help learning how to write and read the user selections into an XML file.

I'm thinking of using sections like an .ini file does, but I found information about DataSets and/or DataTables. I just need to save the user selections (True or False) and be able to load it on start up or with a Load button.

I am very thankful to anyone who can help me with this subject.
 
Back
Top