Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In form1 I have more than one textbox and two buttons one that displays the entered inputs of textbox in listbox1 and one that moves to form2.
In form2 I have one button and one listbox that is called listbox2.
I want to know how to pass the items from listbox1 in form1 to listbox2 in form2 when I click the button that is in form2.

What I have tried:

I couldn't figure out a way to solve this problem.
Posted
Updated 16-Nov-18 9:16am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900