Something like this in form3's code:
I'm new to vb.net, more used to listviews in VB6, so that may be off some, but that's the idea. If form3 needed a value in a textbox on form2, say, you could do: strMyString = form2.txtMyTxtbox.textVB Code:
Dim item As New ListViewItem(form2.listview1.item(1)) ListView1.Items.Add(item)




Reply With Quote