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?
Change the TabIndex property of your controls and enumerate them according to your need.
TabIndex