CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    123

    How I can make form like this ?

    How I can make form like this ?


  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: How I can make form like this ?

    TreeView and a ListBox, which a lot of enhancements of your own to get it looking the way you want it to.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How I can make form like this ?

    ListView, not ListBox.

  4. #4
    Join Date
    Jun 2008
    Posts
    2,477

    Re: How I can make form like this ?

    Errr, yeah

  5. #5
    Join Date
    Oct 2006
    Posts
    123

    Re: How I can make form like this ?

    but how i can open form in remaining location after i add ListView

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How I can make form like this ?

    Quote Originally Posted by honeyboy_20 View Post
    but how i can open form in remaining location after i add ListView
    You don't change the form per se, you change the contents of the listview when a user has selected a different treeview item.

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