i got 2 colums renamed them to lstpric lst name the list view alltogether is called listview1
so i did this code
VB Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ListView1.Items.Add(txtnam.Text) End Sub
that adds it to the lstname column how to make it add in the lst pric :/
cheers




Reply With Quote