Listview Forecolor (RESOLVED)
For some reason, VB dont want to color an item in a my listview
I was this code
VB Code:
.ListItems.Item(i).ListSubItems.Item(1).ForeColor = &HC000&
.ListItems.Item(i).ListSubItems.Item(2).ForeColor = &HC000&
.ListItems.Item(i).ListSubItems.Item(3).ForeColor = &HC000&
.ListItems.Item(i).ListSubItems.Item(4).ForeColor = &HC000&
.ListItems.Item(i).ListSubItems.Item(5).ForeColor = &HC000&
Strange thing is that he changes the color of the 3rd Culomn (item(2)), but does not change the others.
what the hell is going on?