|
-
Aug 29th, 2000, 05:50 PM
#1
Thread Starter
Member
I have 64k of text that I have to place in a treeview control and be able to add to it alphabetically by parent node. Unfortunately that scenario doesn't work the way I need it to, I found some code to copy one treeview to another and then it would work perfectly but there's one problem...It won't work on a machine with 64 megs of ram!
I'm new to using a treeview control and I can't find any information on the actual use of it on the internet or in reference materials. The code I have to copy one to another probably works great but I am unable to modify it to put it in my program the way I need it.
I need to iterate through all the nodes from top to bottom as if going through each and every one you come to, Not Roots first then Parents then children.
Then I need to send the Text and Tag of the node to a subroutine that writes the info to a file.
If anyone experienced with the TreeView control can help me I would be very appreciative.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|