Glad to see you active so ima take advantage on that : P
Code:
   Dim rndVal As New Random
        Dim i As Integer
        Dim BGimage(6)
        BGimage(0) = Resources.image_1
        BGimage(1) = Resources.image_2
        BGimage(2) = Resources.image_3
        BGimage(3) = Resources.image_4
        BGimage(4) = Resources.image_5
        BGimage(5) = Resources.image_6
        BGimage(6) = Resources.image_7
        For i = 0 To 6
            Me.BackgroundImage = BGimage(i)
        Next
It's only showing me 1 image when i press the button : /
it isn't randomizing.
Thanks !
PS: I know that you are going to move it, but it's the only active section on LG : /