CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Nikel

Search: Search took 0.03 seconds.

  1. Re: TreeView - add new nodes and subnodes if not existing

    Not sure if it's the best solution, but it works. The reason why Find() was not finding the newly added Nodes is that Find searches by key and not by name. The <new TreeNode(string name)> Constructor...
  2. [RESOLVED] TreeView - add new nodes and subnodes if not existing

    Hi, I have a few classes that should report stuff to a TreeView. Some of the classes are single instanced and other multiple. So, for the single instanced classes I'll have just one root node to...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured