I am implemeting a win form with a tab control on it. I need to set it up to where when the last control of the current tab is tabbed out of with the Tab button on the keyboard that the next tab in the tab control is navigated to and the focus is given to the first control on that tab. Anyone know how to do this?
I just need it for when the user hits the Tab button, not when they click with the mouse to another control.
