Code:
For i = 0 To ListBox3.Items.Count - 1
For j = 0 To ListBox4.Items.Count - 1
If ListBox3.SelectedIndex Then
ListBox4.SelectedIndex = ListBox3.SelectedIndex
Me.Text = ListBox3.SelectedIndex
End If
Next
Next
aaaaaaaa
zzzzzz
cccccc
vvvvvv
listbox2
alllllllllllllll
zzzzzzzz
cccccccccc
vvvvvvvvv
listbox1 index 0 dont work others do how come.
when i select listbox1 index 0 then listbox4 select index 0
just select the same index not by name but by index.