
It is sometimes useful to export a TreeView object. You can use this to populate the TreeView next time you start the application and so on. This article will show how to implement this feature.
Please note that I am not using the System.Xml namespace because the file is built dynamically during the used recursive function, and because of speed.
|