
change treeview selected node color
In order to set the BackColor of any Node in a Treeview, we can use syntax
like this:
TreeView1.Nodes.Item(LastNodeKey).BackColor = &HFF& ' Red
Where LastNodeKey is either the Key or Index of the Node whose BackColor
you want to set.
Hope this helps.
Regards,
Alick Ye
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.