G
Gunnu
Hello,
I am having a problem with 2 listboxes on a form. there are 5 items in
the 1st listbox and if i click the first item i want a value to show
up in the second listbox . This is working fine, but if i click it
again, that value shows up again in the second listbox underneath the
'o' index. how do i stop this?
this is the code:
If packageListBox.SelectedIndex = 0 Then
interiorListBox.Items.Insert(0, "Fragrance")
End If
thanks for ur help
Bharath
I am having a problem with 2 listboxes on a form. there are 5 items in
the 1st listbox and if i click the first item i want a value to show
up in the second listbox . This is working fine, but if i click it
again, that value shows up again in the second listbox underneath the
'o' index. how do i stop this?
this is the code:
If packageListBox.SelectedIndex = 0 Then
interiorListBox.Items.Insert(0, "Fragrance")
End If
thanks for ur help
Bharath