using a command button to set focus to a tab

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcena
    New Member
    • Sep 2006
    • 8

    #1

    using a command button to set focus to a tab

    Pls someone help me. I am using a tabstrip control in which I need to use a command button to set focus to a desired tab while on another, without having to click on the tab desired. The visible or enable properties just wont work. By the way, what does the ZOrder method do?

    mcena
  • Rahna
    New Member
    • Aug 2006
    • 12

    #2
    Originally posted by mcena
    Pls someone help me. I am using a tabstrip control in which I need to use a command button to set focus to a desired tab while on another, without having to click on the tab desired. The visible or enable properties just wont work. By the way, what does the ZOrder method do?

    mcena
    Hi..

    Private Sub Command1_Click( )
    TabStrip1.Tabs( 1).Selected = True
    End Sub

    Comment

    Working...