Hello,
For a .NET 3.5 VS2008 treeview control, where the item labels are set to be editable, how do I save the changes to disk so that I can load them up again when the application restarts?
Thanks
|
|
|
|
|
|
|
Here's an article covering serializing and de-serializing a TreeView control using XmlTextWriter and XmlTextReader. |
||
|
|