Results 1 to 2 of 2

Thread: Change a single treeview node to a hyper link

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    San Jose
    Posts
    70

    Question 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

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    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
  •  



Click Here to Expand Forum to Full Width