Hi,
I would like to create a hyper link (look, blue and underlined) in a treeview node.
Like in the RTF box.
Is this possible?
Thanks
:confused:
Printable View
Hi,
I would like to create a hyper link (look, blue and underlined) in a treeview node.
Like in the RTF box.
Is this possible?
Thanks
:confused:
I'm not sure about the underlining part, I would imagine there is an api that would allow you to do it. But to make it blue just do the forecolor of the node. There isn't a property for underline but there is for bold. I wouldn't mind knowing how to do it myself.
Code:TreeView1.Nodes.Item("tNode1").ForeColor = &HFF0000