Hi,
I would like to draw, at run time, a checkers board (8x8 squares with alternating colors). I would like each square to be a button and I would keep a handle to each of these 64 buttons in a control array of buttons.
I dont know how to create these 64 buttons at runtime in VC++. Is it possible? Could somebody show me a small piece of code of how to do this?
Thanks
Debbie
I would like to draw, at run time, a checkers board (8x8 squares with alternating colors). I would like each square to be a button and I would keep a handle to each of these 64 buttons in a control array of buttons.
I dont know how to create these 64 buttons at runtime in VC++. Is it possible? Could somebody show me a small piece of code of how to do this?
Thanks
Debbie