rmtielman

rmtielman

  • NA
  • 34
  • 0

c# win forms

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