How to copy a selected item from one lIstbox to another - VB.NET

  • Thread starter Thread starter EddiesTech
  • Start date Start date
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...
 
Back
Top