Re: Writing TreeView Contents To XML
From: Pat Richey (richey_at_uiuc.edu)
Date: 10/12/04
- Next message: Champika Nirosh: "Re: Access permision"
- Previous message: Dino L.: "ODBC.NET"
- In reply to: Robert Gale: "Writing TreeView Contents To XML"
- Next in thread: Robert Gale: "Re: Writing TreeView Contents To XML"
- Reply: Robert Gale: "Re: Writing TreeView Contents To XML"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 02:16:14 -0500
Robert Gale wrote:
> 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.
>
> 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?
you might want to start with learning how to traverse a tree:
http://www.brpreiss.com/books/opus5/html/page259.html
- Next message: Champika Nirosh: "Re: Access permision"
- Previous message: Dino L.: "ODBC.NET"
- In reply to: Robert Gale: "Writing TreeView Contents To XML"
- Next in thread: Robert Gale: "Re: Writing TreeView Contents To XML"
- Reply: Robert Gale: "Re: Writing TreeView Contents To XML"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|