Hey people, I'm a newbie in programming; taking my first class in VB.NET at my school.

I'm trying to work on my last assignment and I'm completely stuck. So any help would be appreciated. Sorry for the long post.

I'll try to explain the assignment to you the best I can.

It's a simple game. There are 16 (equal size) picboxes arranged 4x4. There's also another picbox to the side. Each picbox in the 4x4 will be randomly assigned an image from the bin folder.

The 17th picbox (lets call it picWin) to the side will also be assigned randomly an image.

The goal of the game is to find (by clicking on) the image in 4x4 of boxes until you find the image that matches the image in picWin.

I have no problem figuring out how to code random assignment to each box. The problem I do have is figuring out how to pick the winning image which will match the image in picWin.

I hope that makes sense.

Thanks.