The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: korte on August 30, 2009, 06:04:15 PM

Title: SysTreeView32 linecolor
Post by: korte on August 30, 2009, 06:04:15 PM

I want each line of color and font type to set.
Possible?
Title: Re: SysTreeView32 linecolor
Post by: 2-Bit Chip on August 30, 2009, 09:15:10 PM
http://tinyurl.com/nam3po

Welcome.
Title: Re: SysTreeView32 linecolor
Post by: Tedd on August 30, 2009, 10:43:06 PM
Great, that's very helpful :U
Here's an idea: let's just replace the entire forum with one big search box ::)

And you didn't even answer the right question.


Quote from: korte on August 30, 2009, 06:04:15 PM
I want each line of color and font type to set.
Possible?
Assuming you want them all the same..
WM_SETFONT to change the font.
TVM_SETTEXTCOLOR for the font colour.
TVM_SETLINECOLOR for the line colour.

If you want different ones at the same time, I think you'll have to go with owner-drawn - which should be fun :wink