- Private Sub listarrays_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles listarrays.SelectedIndexChanged
- Dim listcontents As String = ""
- listcontents = listarrays 'dont know what to put after this bit'
- For i As Integer = 2 To 6
- listcontents.append(" ")
- Next
- or 1 to 5
- then if listcontents = textbox1.text then
- Label3.Visible = True
- end if
- End Sub
- End Class