newbie vb.net question, trying to convert myself from java...
Is there an equivalent to a java "grid" form in vb.net? or no?
From my exploring around the visual studio windows-forms controls, I'm thinking to create a large PictureBox as the game board and place smaller "game piece" images on top of that, depending on their x/y coordinates -- which I'd manage as a 2D array internally.
Is that the best/only way? Any other suggestions?
I've googled -- and found a checker-board sample app, but no sample-code
thanks for suggestions
Is there an equivalent to a java "grid" form in vb.net? or no?
From my exploring around the visual studio windows-forms controls, I'm thinking to create a large PictureBox as the game board and place smaller "game piece" images on top of that, depending on their x/y coordinates -- which I'd manage as a 2D array internally.
Is that the best/only way? Any other suggestions?
I've googled -- and found a checker-board sample app, but no sample-code
thanks for suggestions