Im trying to write a usercontrol that has a 10 x 10 grid of textboxes, keyboard navigation between them and keyboard increment/decrement and then custom highlighting dependent on variables coming in on my coms module.
My idea was to store the textboxes in a 2D array for easier referencing. Am I going obout this the right way? Any other pointers?