vb.net how to move to next tab on click of button?????
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Hi there i want to move to the next tab on click of a button. Other than the tabstrip button . Please help me to solve this. bharath.s
-
Hi there i want to move to the next tab on click of a button. Other than the tabstrip button . Please help me to solve this. bharath.s
Go into the properties, under behaviors and you will find TabIndex, this gives you the order in which the buttons or anything on the screen that you can inter act with, the order in which the item is given focuse, if you want to move from one imput to the next, hope this helps. :-D