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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top