I can change the background and forground colors of all the rows in a listview using %LVM_SETTEXTBKCOLOR and %LVM_SETTEXTCOLOR.
I don't suppose there is an easy way to set the foreground/background for an indivitual row? I don't see anything directly in the LVM group in the win32 programmer's reference.
I've looked at the samples here (specifically Erik's GRID.BAS), but it seems harder than it should be. Or is that just wishful thinking?
I don't suppose there is an easy way to set the foreground/background for an indivitual row? I don't see anything directly in the LVM group in the win32 programmer's reference.
I've looked at the samples here (specifically Erik's GRID.BAS), but it seems harder than it should be. Or is that just wishful thinking?
Comment