Hi all
listview is not able to change the back color of an specific cell from one of it's specific row...
so i try to write a procedure to support that ability by myself
the question is it : how to make a procedure with the header below to change cell back color!
Code:
Private Sub CellSetBackColor(byref L as ListView, Byval ColIndex as byte, byval C as color)
.
.
.
.
End Sub
thanks.