9
Answers

c# win forms

rmtielman

rmtielman

20y
4.3k
1
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?
Answers (9)