PDA

Click to See Complete Forum and Search --> : Backgroud Color of TreeView


lrantisi
Mar 28th, 2002, 05:13 AM
I use a Treeview in my project. But it has not a Background property.
How can I change the background color of the Treeview. ( may be by using API functions)

Myvar
Nov 6th, 2002, 03:26 PM
GoTo this URL: http://www.mvps.org/vbnet/index.html?code/comctl/tveffects.htm

Important: Use Common Controls 5.0 (SP2) in your Project
It wont work with Common Controls 6.0.

Do not go confused while reading the defines of the C-File Headers on the Webside. This is only for Explanation.
Important ist the Code for the Modules in there and the Code in the Form. Theres a good description on this Side 2.

Hope it Helps,

MyVar