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. C#
  4. TreeView

TreeView

Scheduled Pinned Locked Moved C#
csharpvisual-studiotutorialquestion
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.
  • M Offline
    M Offline
    MozhdehQeraati
    wrote on last edited by
    #1

    Hi I want to find all children at a specific level in a treeview with a specific name. for example I want to find all children with full address :"site/people/person/name" Using visual studio 2005 how should I do this? Thanks in advance

    B M 2 Replies Last reply
    0
    • M MozhdehQeraati

      Hi I want to find all children at a specific level in a treeview with a specific name. for example I want to find all children with full address :"site/people/person/name" Using visual studio 2005 how should I do this? Thanks in advance

      B Offline
      B Offline
      benjymous
      wrote on last edited by
      #2

      The treeview's nodes collection contains a function that can return a node with a given key. Each node has its own node collection for its child nodes. Using these, it's fairly straightforward to write a function that recurses this structure.

      Help me! I'm turning into a grapefruit! Buzzwords!

      1 Reply Last reply
      0
      • M MozhdehQeraati

        Hi I want to find all children at a specific level in a treeview with a specific name. for example I want to find all children with full address :"site/people/person/name" Using visual studio 2005 how should I do this? Thanks in advance

        M Offline
        M Offline
        Mohammad Dayyan
        wrote on last edited by
        #3

        http://www.codeproject.com/KB/cs/KingMark.aspx[^]

        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