|
-
May 9th, 2001, 12:10 PM
#1
Thread Starter
Lively Member
Change a single treeview node to a hyper link
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
-
May 9th, 2001, 05:21 PM
#2
Fanatic Member
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
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
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
|