I'm using Visual Studio 2010 and I was trying to put tab order to my textbox
and combobox
controls.
The controls are put inside a TableLayoutPanel
and its very difficult to select tab order
for the controls.
Is there any better way to set the tab order
?
Found a nice article on Automatic Runtime Tab Order Management for Windows Forms. This dll can be downloaded and imported for any application. It provides vertical and horizontal Tab Order
. Works fine with me. :)