Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
Last Updated: 17 Feb 2006
Page Views: 58,867
Rating: 4.44/5
Votes: 28
Popularity: 6.43
Bookmark Count: 83
Demonstrates how to serialize and de-serialize the contents of System.Windows.Forms.TreeView control from an XML file using forward only, non-cached XmlTextReader and XmlTextWriter.