Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. TreeView

TreeView

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I'm new to VB,anybody can tell me how to add items(root,and child) to a TreeView control? thanks:confused:

    D F 2 Replies Last reply
    0
    • L Lost User

      I'm new to VB,anybody can tell me how to add items(root,and child) to a TreeView control? thanks:confused:

      D Offline
      D Offline
      David Wengier
      wrote on last edited by
      #2

      TreeView1.Nodes.Add , , "root", "Root Node"
      TreeView1.Nodes.Add "root", tvwChild, "child1", "Child 1"
      TreeView1.Nodes.Add "root", tvwChild, "child2", "Child 2"
      TreeView1.Nodes.Add "root", tvwChild, "child3", "Child 3"
      TreeView1.Nodes.Add "root", tvwChild, "child4", "Child 4"
      TreeView1.Nodes.Add "child3", tvwChild, "child3.1", "Child 3.1"

      Also, try looking on MSDN, it will tell you a lot more. -- David Wengier Sonork ID: 100.14177 - Ch00k

      1 Reply Last reply
      0
      • L Lost User

        I'm new to VB,anybody can tell me how to add items(root,and child) to a TreeView control? thanks:confused:

        F Offline
        F Offline
        Fernando Finelli
        wrote on last edited by
        #3

        I have one: http://www.codeproject.com/useritems/ASPTreeView.asp :) Fernando Finelli

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups