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?
You can do this in the Designer as well, see Setting the TabIndex property of many form controls in Visual Studio?