I’ve written a for loop to generate several new text boxes and numericUpDowns when the application is run.
The text boxes / numericUpDowns are generated with a 2-dimensional array.
My question is: How do I handle when the text boxes / numericUpDowns are modified?
If you would like the code, just request it and I’ll add it here.
Thanks!
Here’s something I wrote for something similar. It makes a grid of buttons and demonstrates how to handle the events.