This code works fine until I insert GroupBox containers and move the textbox controls into them. How do I perform an action on all controls on a form, regardless of how I arrange them in groups or ...
I need to allow the user to type into a section of the GUI, but without having the usual "textbox" there. In fact, there's a large image that already has the boxes drawn on it (in a wierd style), and ...