For Each itm As ListViewItem In ListView1.Items
If itm.Text <= CStr(56) Then
itm.BackColor = Color.Orange
Else
itm.BackColor = ListView1.BackColor
End If
Next
this codes change background color of all items in listview....but i just want to change the forecolor mu value of stocks in listview in a column stocks..not all column..pls guys help me:(