Writing TreeView Contents To XML
From: Robert Gale (robgale_at_gmail.com)
Date: 10/12/04
- Next message: Happy Li: "Re: Use csc.exe to compile "Embedded Resource""
- Previous message: Daniel O'Connell [C# MVP]: "Re: How to tell if a reference is project or file reference from within the IDE?"
- Next in thread: Pat Richey: "Re: Writing TreeView Contents To XML"
- Reply: Pat Richey: "Re: Writing TreeView Contents To XML"
- Reply: Champika Nirosh: "Re: Writing TreeView Contents To XML"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Oct 2004 23:40:07 -0700
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.
- Next message: Happy Li: "Re: Use csc.exe to compile "Embedded Resource""
- Previous message: Daniel O'Connell [C# MVP]: "Re: How to tell if a reference is project or file reference from within the IDE?"
- Next in thread: Pat Richey: "Re: Writing TreeView Contents To XML"
- Reply: Pat Richey: "Re: Writing TreeView Contents To XML"
- Reply: Champika Nirosh: "Re: Writing TreeView Contents To XML"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|