CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Sep 2011
    Posts
    10

    Question How to create a list of features in tree structure

    I need to create a list of features as shown below

    Animals
    lion
    Tiger
    Dog
    Cat
    Vegetables
    Brinjal
    Potato
    Carrot

    It should have tree structure like within animals i should have details like lion, tiger, dog etc.
    Someone please tell me how to do it using xml. I am new to xml.

    Any good tutorials for creating list in tree structure?

    Urgent help required
    Last edited by Aveeb4u; September 22nd, 2011 at 02:00 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured