Is it possible to do this:
Form6 form6 = new Form6();
in a form in a windows application and then do this
form6.listview1.Items.Add(lv1);
directly in another form in the same application?
Tried it, but it does not work, any other way to work this out?