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