nordyj
April 16th, 1999, 05:13 PM
In Visual Basic, you can create, say, 7 edit controls, and give each of them the same name. In this way, you create a control array. You access the individual text boxes with an index number. How does one go about doing this in Visual C++, and can it be done through the class wizard (i.e. when you set up member variables)? Thanks in advance.