TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hee Lian
NA
12
4.1k
Passing Information from ListBox1 in Form1 to ListBox2 in Form2
Feb 4 2021 3:47 PM
How do I pass values from a listbox in one form to a listbox in another form?
How my application works is that in Form1, after user enters a text into a textbox, the text will be added to the listbox1 when i press on a button. Afterwards, when i click another button to show Form2, the items in the listbox1 should be displayed in the listbox2 in Form2. How do I do this?
I only learned the basics of C# so i'm not sure how to go about doing this.
Reply
Answers (
1
)
SqlCommandBuilder not updating database in C#
WPF application with rest requests and proxy concerns