tehon3299
Centurion
I have a listview with 2 columns and I need to know how to put things in the second column. When I do a:
it only puts thing in the first column. How do I do this??
Visual Basic:
lvwTeams.Items.Add(myReader.GetValue(6) & " (" & myReader.GetValue(2) & myReader.GetValue(3) & ")")