CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    a treeview question

    How to know if a treeview has a spec key node? i don't want to traverse the nodes collection?


  2. #2
    Join Date
    Oct 1999
    Posts
    63

    Re: a treeview question

    Treeview has Nodes collection. So Just pass the key to the collection as you do in normal collection. If it is already present , you will get the node or you will get error message that item not found


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