9
Reply

c# win forms

rmtielman

rmtielman

Feb 4 2004 8:08 AM
4.3k
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)