how make different color of background of rows in listview control
It's a bit of a long process, but it boils down to you having to create the ListView with the OWNER_DRAW_FIXED style, then drawing the whole thing yourself.
there is a c code example at :-
ftp.microsoft.com\softlib\mslfiles\odlistvw.exe
good luck!
umbongo