CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2000
    Location
    Manila Philippines
    Posts
    65

    Treeview Control with a Left Wing

    Hi all,
    Does anyone of you knows a control like this


    A
    B C
    D E F G




    Ive seen treeview but the problem is that its only expand to the right.

    Here the treeview version

    A
    B
    D
    E
    C
    F
    G



    Thanks Guru's




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

    Re: Treeview Control with a Left Wing

    What you are looking for is an organisational chart. Do a search at download.com and I'm sure you'll find one


  3. #3
    Join Date
    Aug 2000
    Location
    Manila Philippines
    Posts
    65

    Re: Treeview Control with a Left Wing

    Thanks for the reply but i need a way to draw this organizational chart into VB forms.




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

    Re: Treeview Control with a Left Wing

    Find an OCX that oes it then.
    I'm sure I found one at download.com a while ago when I needed one for a project


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