How do I display a listbox on another windows form?
here's what I have, I want to display a new windows form after a button is clicked , and on this windows form. I want to display a listbox with a collection of items on the new created windows form. How do I go about doing this?
I tried adding a windows form as a new item. But I still don't know how to take the listbox1(with collection of items) from form 1 and display it on form 2 to the user?
Any help would be appreciated
here's what I have, I want to display a new windows form after a button is clicked , and on this windows form. I want to display a listbox with a collection of items on the new created windows form. How do I go about doing this?
I tried adding a windows form as a new item. But I still don't know how to take the listbox1(with collection of items) from form 1 and display it on form 2 to the user?
Any help would be appreciated
Comment