Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. changing color of the pointed treeView node

changing color of the pointed treeView node

Scheduled Pinned Locked Moved C#
data-structurestutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    samtam
    wrote on last edited by
    #1

    how to change color of the selected or pointed node in a tree view control. i know about the selectecd node property...but in this case i cant use it. Thanks in advance shaz jazz

    C Mircea PuiuM 2 Replies Last reply
    0
    • S samtam

      how to change color of the selected or pointed node in a tree view control. i know about the selectecd node property...but in this case i cant use it. Thanks in advance shaz jazz

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If you want to do something to the selected node, you *need* to use the selected node property.

      Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

      1 Reply Last reply
      0
      • S samtam

        how to change color of the selected or pointed node in a tree view control. i know about the selectecd node property...but in this case i cant use it. Thanks in advance shaz jazz

        Mircea PuiuM Offline
        Mircea PuiuM Offline
        Mircea Puiu
        wrote on last edited by
        #3

        For example: YourNode.BackColor = Color.Green; YourNode.ForeColor = Color.White;

        SkyWalker

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups