Results 1 to 3 of 3

Thread: TreeView

  1. #1

    Thread Starter
    Member bcx7's Avatar
    Join Date
    May 1999
    Location
    Adelaide, South Australia, Australia
    Posts
    46

    Angry

    can someone please help me???????

    i put a treemenu into my project (this is a treemenu form a ocx called microsoft windows common controls 6.0 -mscomctl.ocx) but i don't know how to add items the the list and make other nodes etc.

    this has been bugging me for some time.

    if it's important:
    my version of vb is vb 5 enterprise edition
    os: windows 98

    thank you

  2. #2
    Guest
    I once had the same problem.

    Code:
    Set NodX as Node
    Set NodX = TreeView1.Nodes.Add("All Your Properties")
    'Repeat Until You have all your nodes
    Cut and Paste into where you want to put the code.

  3. #3
    Addicted Member
    Join Date
    Oct 1999
    Location
    NY, USA.
    Posts
    240

    Smile I Have a small program

    I Have a small program that can be used to add and remove nodes. If you want I can send it to you.
    Omar
    [email protected]
    http://omar.caribwalk.com
    To God Be The Glory

    I see Tech People ...

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