The best way I can describe my issue is this:
1) I am trying to add values into text boxes.
a. Names are value1, value2?.value24.
2) I trying to usefor(nextBox=24;nextBox<25;nextBox++)
3) I am trying to take a derived value located inderivedArray[nextBox] from another location and add it to value(nextbox).
4) My problem is I am not sure how I can incrementthe next textbox in the chain and then add the derived value in its place.
5) I am not storing this information in the textboxes just trying to use them to organize and display the information for theuser.
Any help would be appreciated.
This is being handled in VS2012 and I am using Windows Formsfor this project.
1) I am trying to add values into text boxes.
a. Names are value1, value2?.value24.
2) I trying to usefor(nextBox=24;nextBox<25;nextBox++)
3) I am trying to take a derived value located inderivedArray[nextBox] from another location and add it to value(nextbox).
4) My problem is I am not sure how I can incrementthe next textbox in the chain and then add the derived value in its place.
5) I am not storing this information in the textboxes just trying to use them to organize and display the information for theuser.
Any help would be appreciated.
This is being handled in VS2012 and I am using Windows Formsfor this project.