|
-
Dec 27th, 2001, 07:46 PM
#1
treeview
how do u addnodes and subnodes?
-
Dec 27th, 2001, 08:03 PM
#2
Frenzied Member
VB Code:
TreeView1.Nodes.Add 0,0,"Parent1","Text Displayed",ImageIndex, SelImageIndex
TreeView.Nodes(index).SubNodes.Add "Parent1", 4, "Child1", "Text Displayed", ImageIndwx, SelImageIndex
MicroBasic
Dragon Shadow Trainer
There is no good or evil in the world...only programmers and fools .
-
Dec 27th, 2001, 08:05 PM
#3
VB Code:
TreeView1.Nodes.Add , , "Root", "Root"
TreeView1.Nodes.Add "Root", tvwChild, "Child1", "Child node"
Best regards
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
|