Is it possible to create a 2-dimensional array of controls in visual basic??
i know it is possible to create an array of objects such as

button(0)
button(1)
button(2) etc...etc..

but is this possible

button(0,0)
button(0,1)
button(1,0)
button(1,1)

this would help me out greatly if it is possible to do. thank you to any VB guru's who may have a way to implement this as i am not that familiar with VB and am just starting to get into it a little more deeply now.