Hi,
I need to color individual nodes in treeview control. Can somebody tell me how to do it.
Printable View
Hi,
I need to color individual nodes in treeview control. Can somebody tell me how to do it.
trvView.Nodes("[key]").ForeColor = .......
trvView.Nodes("[key]").BackColor = .......