Hello,
I have 2 forms and on both of them is a listbox.
1 is empty and the other one is filled.
So i want to select some lines from the filled one (double click) and add it to the other on.
Tried something like
.
Gr Paul
I have 2 forms and on both of them is a listbox.
1 is empty and the other one is filled.
So i want to select some lines from the filled one (double click) and add it to the other on.
Tried something like
Code:
Form1.Listbox1.Items.add(listbox2.selectedItem)
Gr Paul
Comment