❔ I want to pass information from Form3 to listBox in Form2
Hello, I want to transfer the information entered in the textBox in Form3 to the listBox in Form2 when I press the button, can you help me?
3 Replies
Pressing Randevu Oluştur will send the information to the listbox in the other form.
pass a reference of Form2 to Form3
or use Form.ShowDialog and when the result is OK pull the data from Form3 into Form2
if you want to use the Dialog option you will have to set the Button.DialogResult property on your Form3 button
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.