|
-
Sep 10th, 2001, 12:30 PM
#1
Thread Starter
New Member
Add nodes to treeview at runtime
Hi, I want the users of my program to be able to add nodes to a treeview permanently at runtime. How do I do that?
Thanks in advance for your answer.
Asif
-
Sep 10th, 2001, 12:30 PM
#2
what do u mean, permanantly?
-
Sep 10th, 2001, 05:41 PM
#3
Thread Starter
New Member
Well.. I mean, s/he will be able to use it next time or any other time s/he opens the application (unless deleted by him). So, it's not exactly 'permanently'. It won't be much problem for me adding nodes at runtime for one session of the application. But I don't know how to do it as I said, since I'm a beginner. Please help me.
Asif
-
Sep 10th, 2001, 05:47 PM
#4
PowerPoster
Treeview1.Nodes.Add [Relative], [Relationship], [Key], [Text], [Image], [SelectedImage]
-
Sep 10th, 2001, 06:11 PM
#5
PowerPoster
BTW: the selected image is for if there's an imagelist hooked up to the treeview.
If there is, then the selectedimage value is just the image list's index of the image you want to use
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
|