Wiring Controls in Visual Basic, Controlling the Controls
I'm in the middle of using Visual Basic (Visual Studio 2010) to create dynamically created controls. Essentially what I'm doing is creating a label, a textbox, a label (which will act as a stopwatch), and a button (to control said stopwatch). Each set of controls will be arranged (and named) like this in a row: [LABEL] [TEXTBOX] [TIMER] [BUTTON] Labelx ParticipantNamex RingTimerx ControlButtonx So for a given row, I will be look like this: [LABEL] [TEXTBOX] [TIMER] [BUTTON] Label1 ParticipantName1 RingTimer1 ControlButton1 I've gotten the bit about creating the elements dynamically as well as