J
Joe Cletcher
I have added the "treeview" control ["Microsoft TreeView
Control 6.0 (SP6)"] to a user defined form but am unable
to assign child nodes. I can add nodes with the commands
aTreeView.Nodes.Add = "Critical Concerns"
aTreeView.Nodes.Add = "Fundamentals"
I have been unable to add a child to either parent node
("Critical Concerns" or "Fundamentals"). I can't declare
(dim) a variable as type "Node" or "TreeNode" because
those type(s) are not available. I can't use the
aTreeView.BeginUpdate method (and others) because it
isn't available either. I must not be referencing
something correctly?
Any ideas?
Control 6.0 (SP6)"] to a user defined form but am unable
to assign child nodes. I can add nodes with the commands
aTreeView.Nodes.Add = "Critical Concerns"
aTreeView.Nodes.Add = "Fundamentals"
I have been unable to add a child to either parent node
("Critical Concerns" or "Fundamentals"). I can't declare
(dim) a variable as type "Node" or "TreeNode" because
those type(s) are not available. I can't use the
aTreeView.BeginUpdate method (and others) because it
isn't available either. I must not be referencing
something correctly?
Any ideas?