im trying to create a program requiring to dynamically create multiple textboxes. say i have a 2 textboxes that will serve as to how many textboxes i will create. it will be in a matrix form. for example, user inputs 3 and 5, i should create a 3x5 matrix of textboxes. thanks! trying to get more familiar with c++. btw, im using visual studio pro2010.