Results 1 to 3 of 3

Thread: Copying a treeview control

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Dallas, Texas
    Posts
    2
    I want to copy the nodes in one treeview to another treeview on a different form. Is there a quick way of doing so, keeping all the nodes and relationships intact, without having to loop thru the first treeview and populate the second one using the Add method?


  2. #2
    Guest

    Answer

    no there isn't a other posiblity

  3. #3
    Guest

    Unhappy Why not collections?

    You could speeden the process with classes or new DLLs, but why not collections? You can insert it easily with classes.


    _________________
    This is Collections, completely useful.

    tttaff, learn to make them your friends.

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