Form2 adds items to listview in Form1?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the standard way to take value(s) from Form2 and use them as criteria
to fill a listview with items in Form1?
 
You can pass reference to Form1 to Form2 and use it. Just code AddItem
method in Form1 class.

HTH
Alex
 
Back
Top