I managed to create an array of Picture Boxes.
private: static array<System::Windows::Forms::PictureBox^>^ pictures = (gcnew array<System::Windows::Forms::PictureBox^>(64));
Now, I would like to spawn a Picture Box if a certain position (coordX,coordY) is free. Is there a way to do this?