I have a bunch of buttons on a form and when the person presses TAB I want the focus of the controls move in a specific order. Does anyone know how to do this?
Each item in your form-designer should have a TabIndex property.
Set the TabIndex in ascending order. (low-to-high)