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

Thread: tree view

  1. #1
    Join Date
    Mar 2001
    Posts
    2

    tree view

    Hi

    Please let me know if this is possible to do using a Tree View/List View:
    I am writing a simple program to record Income and Expenses which writes to an Access database.
    Each transaction has to have a pre-defined category to which it is allocated eg:Rent, Water and Lights etc.

    What I would like to have by using the Tree View/List View is the facililty where on opening the tree view/List View I have a tree structure which has parent called PROJECT(company name ???), and two children - Income and Expenses. Then on clicking say Income, I get a further breakdown to the category level eg Rent and then next to each category the total amount for Rent which accumulates from the database.

    - My Project
    + Income
    - Expenses
    - Rent 500
    - Water and Lights 800

    My first question is:
    - IS there a way of using Tree View/List View to have effectively a 'drill down' tool?
    Secondly, if so, can anybody guide me to how I start


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: tree view

    Yes You Can If You Email Me at [email protected] I'll send you a simple project which will show you


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