Set tab stop in vb.net [modified]
-
If I have 10 text boxes text1, text2, text3 ... text10 and a "start over" button I want to be able to click the start over button and have the cursor jump to text2 no matter where it is in the tab sequince. Start at text1, (TAB) go to text2 (TAB) go to text3 (TAB) go to text4 (TAB) go to text5 (TAB) go to text6 Push "start over" button Change text in text2 (TAB) go to text3 Is this possable? :confused::confused: -- modified at 15:20 Tuesday 6th June, 2006
-
If I have 10 text boxes text1, text2, text3 ... text10 and a "start over" button I want to be able to click the start over button and have the cursor jump to text2 no matter where it is in the tab sequince. Start at text1, (TAB) go to text2 (TAB) go to text3 (TAB) go to text4 (TAB) go to text5 (TAB) go to text6 Push "start over" button Change text in text2 (TAB) go to text3 Is this possable? :confused::confused: -- modified at 15:20 Tuesday 6th June, 2006
-
If I have 10 text boxes text1, text2, text3 ... text10 and a "start over" button I want to be able to click the start over button and have the cursor jump to text2 no matter where it is in the tab sequince. Start at text1, (TAB) go to text2 (TAB) go to text3 (TAB) go to text4 (TAB) go to text5 (TAB) go to text6 Push "start over" button Change text in text2 (TAB) go to text3 Is this possable? :confused::confused: -- modified at 15:20 Tuesday 6th June, 2006
My dear friend for each textbox right click Select Properties u will fine TabIndex Property select Text1 change the TabIndex Property to 1 select Text2 change the TabIndex Property to 2 select Text3 change the TabIndex Property to 3 ............ : : :