What i did was to in each picture, at the click event i called picclicklike so
Code:
Private Sub picC1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles picC1.Click
        picClick(1)
    End Sub
it gives me a better understanding of the code.
mi problem is that i cannot alter the properties directly... And i don't know why...