Hi please help me with this problem i really need it those kind hearted programmers out there please help me :) thanks
whin_lopez 0 Newbie Poster
Recommended Answers
Jump to PostTry This. Just follow This code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim List1 as ListViewItem List1 = Me.ListView1.Items.Add(me.Textbox1.Text) List1.Items.Add(Me.Textbox2.Text) End Sub
Jump to PostWhin Lopez, As the code of Vanzhyme worked for you, mark this thread as solved, found at the bottom of this page.
All 6 Replies
vanzhyme 0 Light Poster
vanzhyme 0 Light Poster
whin_lopez 0 Newbie Poster
P.manidas 39 Posting Whiz in Training
vanzhyme 0 Light Poster
longstrd -3 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.