|
-
October 22nd, 2003, 12:27 AM
#1
ctreectrl to clistbox
I want to convert my current tree to a list format.
example
Tree:
+Group One
|---One
|---Two
|---Three
|---Four
+Group Two
|---A
|---B
|---C
|---D
to
List:
Group One
One
Two
Three
Four
Group Two
A
B
C
D
I am pretty sure i have to create a loop and call GetItemText(), but i am not sure how to properly do this.
PS Please post an example (not that advanced programer).
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
|