Export treeview to xml
-
http://s18.yousendit.com/d.aspx?id=1BV73LUSO19IV1DGQM7SI2RUVO Here is a link to download my project. This is a school project and I've been working on it for a while. I tried a few ways to export my treeview to xml but they haven't quite been right. I need to export my server list as an XML when I close the ServerForm. Will someone please help me out here? Eric W. -- modified at 11:15 Wednesday 18th January, 2006
-
http://s18.yousendit.com/d.aspx?id=1BV73LUSO19IV1DGQM7SI2RUVO Here is a link to download my project. This is a school project and I've been working on it for a while. I tried a few ways to export my treeview to xml but they haven't quite been right. I need to export my server list as an XML when I close the ServerForm. Will someone please help me out here? Eric W. -- modified at 11:15 Wednesday 18th January, 2006
-
Why XML? Can't you export your treeview as a persisting object to disk, i.e. using an ObjectFiler, BinaryFormatter or native object database? Regards