Thread: Why I need ListControl?

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    43

    Why I need ListControl?

    1) What's the List Control usefulness? and when I needto use it?
    2) the same question but about the Tree Control?
    ----
    all my question is about MFC.

  2. #2
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    List control is exactly what It sounds like, its the box that you click on and it gives you a list of options. A tree control is what it sounds like, its the thing that you expand like in windows explorer.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    CListCtrl offers more controls than the normal CListBox, CListView, etc.

    Kuphryn

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    43
    thank you...

    but I didn't understand ... can you give me more information.. and example of its uses?

    ..........

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Number of columns in ListControl
    By MPSoutine in forum Windows Programming
    Replies: 3
    Last Post: 03-28-2003, 02:29 PM