I'm programming a simple game that uses an 8 by 8 game board (just like a chess board). Each square is part of a PictureBox array that is created at runtime. I used the following code:
Dim picSquareImage(8, 8) As PictureBox
I could never figure out how to create a PictureBox array at...
I'm programming a simple game that uses an 8 by 8 game board (just like a chess board). Each square is part of a PictureBox array that is created at runtime. I used the following code:
Dim picSquareImage(8, 8) As PictureBox
I could never figure out how to create a PictureBox array at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.