I'm making a grid of 30 x 30 buttons with BS_BITMAP representing some numeric value which can be set by clicking on buttons. so should I go creating 900 buttons on a window and or GDI would help to do something same?
Any ideas on setting a row of some column in a grid to some values? would I need a multidimensional array of window handles?