Hi,
I have a form in which there are 11 text boxes and two button controls(Just example) ,I want the tab key control to be in the textbox1 when the form loads ,and then If I press Tab Key from keyboard then it will be on second number text box and so on,currently in my form if I lay the text boxes in a correct sequence then it works perfectly For e,g. Textbox1 and then textbox2 and so on ,but If the text box numbers are not in the sequence then after pressing tab key the control will be on the second number text box and it might be on the bottom and there are some text boxes with in those two text boxes.I want the control to be on the second number of text box regardless of the text boxes numbers.
How can I accomplish that?
I have a form in which there are 11 text boxes and two button controls(Just example) ,I want the tab key control to be in the textbox1 when the form loads ,and then If I press Tab Key from keyboard then it will be on second number text box and so on,currently in my form if I lay the text boxes in a correct sequence then it works perfectly For e,g. Textbox1 and then textbox2 and so on ,but If the text box numbers are not in the sequence then after pressing tab key the control will be on the second number text box and it might be on the bottom and there are some text boxes with in those two text boxes.I want the control to be on the second number of text box regardless of the text boxes numbers.
How can I accomplish that?