now if i use TAB in my project, (with 2 rows, 5 textboxes).
it goes like this:
how to make it like thisCode:left
left
left
left
left
right
right
right
right
right
Code:left
right
left
right
left
right
left
right
left
right
Printable View
now if i use TAB in my project, (with 2 rows, 5 textboxes).
it goes like this:
how to make it like thisCode:left
left
left
left
left
right
right
right
right
right
Code:left
right
left
right
left
right
left
right
left
right
What does that mean? It kind of sounds like you have the tab order set in a strange manner, but normally one would expect to tab right rather than left in a grid array. Have you taken a look at the TabIndex property? The tab should move through the controls in the order of the TabIndex.