Hi,
Is it possible to select a certain tab on a tabstrip in code?
For example, I have a form with a tabsrip with 3 tabs. I have a command button that when pressed, will select tab 2.
Any help and example code would be appreciated..
DAn
Printable View
Hi,
Is it possible to select a certain tab on a tabstrip in code?
For example, I have a form with a tabsrip with 3 tabs. I have a command button that when pressed, will select tab 2.
Any help and example code would be appreciated..
DAn
Ofcourse that's possible.
This is the way to do it.Code:TabStrip1.Tabs(Index of the tab you want).Selected
Thanks.. By the way.. It's:
DanCode:TabStrip1.Tabs(Index).Selected = True