In Visual Studio 2005, is it possible to assign to an array a set of existing text boxes, then use that array in a loop to sum up the numeric values in the text boxes? I want to do this for specific text boxes, not every text box on the form. Or does this have to be done with a line of code for each text box?
Thanks.
Jerry