Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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