if i have list view as : dim i1 as listviewitem if k=1 i1=new listviewitem("hi") else i1=new listviewitem("hi") end if listview1.item.add(i1) i need in the case (1) if k=1 add to listview hi as red color but if k<> 1 add it to listview1 hi as blue could you help me?
kilany