I'm trying to build a game of battleships for my A level course but in all my projects so far have had to create two different arrays one that holds objects and one that hold different variables in a structure... I was wondering if there was any way to combine picture boxes and structures so they can hold more information than just a picture and location such as (in the case of battle ships) its coordinateds in MY grid(not on the screen) and wether its got a ship in it or not...
Thanks in advance