How to change the BackColor of a ListBox???
Printable View
How to change the BackColor of a ListBox???
i mean the backcolor or individual items, i.e the first row is blue, the second is gree, the third is yellow etc. etc.
I dont think that is possible.
are you sure?? what about through subclass or API??
well I was fooling around with SetPixel, and SendMessage I couldnt really get it to work,
and I dont think this is the place for subclassing,
sub classing is like when you want to stop something from happened, and you want your own thing to happen in place of what isnt happening any more.
like the thread Megatron answered about stopping the animation when you minimize a window.
he stopped the window from minimizing and instead making the form invisible.
he replaced the normal function, with his own.
so I dont think subclassing would work here.