hey why cant I loop through ?? How can I correct it?? I get these 3 errors
End of statement expected.
Name 'check' is not declared.
Name 'pic' is not declared.
check1 ....5 are declared as booean
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim i As Integer
For i = 1 To 5
If check(i) = False Then
pic(i)a.Image = ImageList1.Images(2)
End If
Next
End Sub
