Guest User

Untitled

a guest
Apr 24th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Private Sub listarrays_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles listarrays.SelectedIndexChanged
  2. Dim listcontents As String = ""
  3. listcontents = listarrays 'dont know what to put after this bit'
  4. For i As Integer = 2 To 6
  5. listcontents.append(" ")
  6. Next
  7. or 1 to 5
  8. then if listcontents = textbox1.text then
  9. Label3.Visible = True
  10. end if
  11.  
  12.  
  13. End Sub
  14. End Class
Advertisement
Add Comment
Please, Sign In to add comment