I'm trying to make a memory game, using pictureboxes.

I've alredy succeded in VB6, now, 3 years have passed and i'm trying to do so in vb 2008 express edition.

The problem is that i'm not able to make arrays with pictureboxes. I can't either use the picturebox.location to reposition the pictureboxes or the picturebox.size to resize the picturebox.

How can i acheive these three goals? can anyone help me?

chacpt