hi,
i've used a treeview control in my windows form....
i want to display the text of my treeview nodes as hyperlink..instead of
showing it as plain text......
how can i acheive it?
AlexS - 25 Jun 2007 14:59 GMT
Is TreeView.HotTracking what you are loking for?
> hi,
> i've used a treeview control in my windows form....
> i want to display the text of my treeview nodes as hyperlink..instead of
> showing it as plain text......
> how can i acheive it?
AVL - 26 Jun 2007 06:36 GMT
Thanks AlexS..ur post was quite useful to me
> Is TreeView.HotTracking what you are loking for?
>
[quoted text clipped - 3 lines]
> > showing it as plain text......
> > how can i acheive it?
Robbe Morris - MVP C# - 26 Jun 2007 03:13 GMT
Check the .Font property of the TreeNode
and set it to be underlined.

Signature
Robbe Morris
EggHeadCafe.com
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
> hi,
> i've used a treeview control in my windows form....
> i want to display the text of my treeview nodes as hyperlink..instead of
> showing it as plain text......
> how can i acheive it?