It will look like this:
Ex. 2x2 - 3 colors
http://www.programmi...=1&d=1289686720
Right now I have the arrays set up. I'm having a problem figuring out how I'm going to associate them with each button correctly.
Public Class Form1
Public arrColors() = {Color.Green, Color.Blue, Color.Black}
Public arrIndecies(,) = {{0, 0}, {0, 0}}
End Class
If I could be shown how to get one button set up then I'm sure I could get this. Your help will be greatly appreciated.
Thank you for your time!
I'm using Visual Studio 2010 Express.


Sign In
Create Account

Back to top









