Results 1 to 5 of 5

Thread: Tabstrip

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    1

    Lightbulb Tabstrip

    I put tabstip on my vb projet but im not able to edit each..

    Im just able to edit the first tab but not the others..

    What should i do to edit each please???

  2. #2
    Matthew Gates
    Guest
    Try this:


    Code:
    Private Sub TabStrip1_Click()
        With TabStrip1
            If .SelectedItem.Index = 1 Then MsgBox "Tab1 selected"
            If .SelectedItem.Index = 2 Then MsgBox "Tab2 selected"
        End With
    End Sub

  3. #3
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    (?) You are unable to edit each tab?
    I assume that you right clicked on the tab to pull up the edit control? (Right Click >> Properties)
    Then click on the tab you wish to edit.
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

  4. #4
    Matthew Gates
    Guest
    Guess I misunderstood. Thought he didn't know how to switch tabs .

  5. #5
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360

    Talking

    I misunderstand more than usual!
    Last edited by Lee M.; Apr 28th, 2001 at 04:18 PM.
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width