save information into a xml file

  • Thread starter Thread starter Chrisis
  • Start date Start date
C

Chrisis

Guest
Hello again,

Im trying to save some user specific informations into a xml file. What is the best way to do this ?? Id never tried to work with xml before !! I would be very happy if somebody can tell me !

best wishes

Chris
 
I recommend the XMLTextWriter and XMLTextReader classes, there are examples of how to use them in the framework samples.
 
Back
Top