R
Robert Gale
I am writing an RSS reader in C# and I'm trying to write the contents
of a TreeView to an XML file. I have tried using XmlWriter and have
managed to write simple tree structures but I get confused when it
comes to dealing with complex tree structures such as those that have
multiple folders and sub folders.
I have tried searching Code Project and the Net but haven't had much
joy in finding a solution. I have only been using C# for a few months
and my programming knowledge is fairly limited.
Is XmlWriter the best way to write out a TreeView? How would you go
about going through each of the folders and writing the feeds within
them?
If there is anything else that I need to include let me know.
of a TreeView to an XML file. I have tried using XmlWriter and have
managed to write simple tree structures but I get confused when it
comes to dealing with complex tree structures such as those that have
multiple folders and sub folders.
I have tried searching Code Project and the Net but haven't had much
joy in finding a solution. I have only been using C# for a few months
and my programming knowledge is fairly limited.
Is XmlWriter the best way to write out a TreeView? How would you go
about going through each of the folders and writing the feeds within
them?
If there is anything else that I need to include let me know.