Listview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • visualise01
    New Member
    • Sep 2008
    • 8

    Listview

    Hi

    I am using Visual c++ .net 2003

    I have created a new Project which is a Windows Form Application.

    I have created a form, within that form I have a treeview and a listview which I selected from toolbox.

    1) How can I list specific folders in the treeview
    2) How can I list the contents of the folders in listview

    I want to create something similar to windows explorer.

    Thanks

    --------------------------------------------------------------------------------
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    All the information you need on ListViews, TreeViews, and any other .NET controls can be found in the MSDN Library. This resource should get you pointed in the right direction....th ere are multiple articles on the TreeView and ListView controls there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

    Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question.

    -Frinny

    Comment

    Working...