E
EddiesTech
Guest
Tried to use this code to add the selected item from ListBox1 to ListBox2:
ListBox2.Items.Add(ListBox1.SelectedItem)
But it didn't work - nothing happens.
Can anyone help me fix it?
Eddie
Continue reading...
ListBox2.Items.Add(ListBox1.SelectedItem)
But it didn't work - nothing happens.
Can anyone help me fix it?
Eddie
Continue reading...