hey everyone,

i am doing a group project for varsity and we are trying to get an online help going using treeview.

we have created it along with a separate panel with some labels. wat we would like to do once we have selected a child node is to set the labels text to specific help tips. So far we can only get the first child node to work.

Are using the afterselected event and have tried various methods such as isSelected, isExpanded, treeview.node(0).node(0).Checked = true as well as instantiating a treenode variable:

Dim name1 As TreeNode = e.Node

and then checking if name1.Checked = true.

Any suggestions as how to get it working?

many thanks :)

Wrong forum, please PM a mod to have your thread moved...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.