Hi all,
I am trying to make a Battleship type game. For the user's ship board, I created a picture box that has 100 (10 x 10) image controls. I have a second picture box that has the picture of the ship in 5 pieces. I am trying to drag the second (ship) picture box onto the first (board) picture box and fill in the (in this case) five image boxes that the control was dropped onto.
Right now, I have the second (ship)...