|
-
Jan 23rd, 2012, 05:49 PM
#1
Thread Starter
Addicted Member
Creating a treeview node
I have a treeview from which I select a node, then click a button. That button adds the node to a treeview in another form. Now the node is there when I start up the form, but when I close and reopen it, its gone again. How can I keep it in the treeview?
Also, how can I name the node, now I use this code:
Code:
Form2.Treeview1.Nodes(0).Nodes(0).Nodes.Add("5")
-
Jan 24th, 2012, 01:49 AM
#2
Re: Creating a treeview node
It is gone, because it isn't saved. How do you create the list? (code please)
-
Jan 24th, 2012, 02:10 AM
#3
Thread Starter
Addicted Member
Re: Creating a treeview node
I think I found a solution, now I use booleans and it nearly works.
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
|