tehon3299
Well-known member
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??
Code:
lvwTeams.Items.Add(myReader.GetValue(6) & " (" & myReader.GetValue(2) & myReader.GetValue(3) & ")")