Results 1 to 3 of 3

Thread: Tab Strips

  1. #1

    Thread Starter
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674
    When I place TabStrip1 on my form and add more tabs to it, how do I distinguish between their click events in code. They are all TabStrip1_Click()

  2. #2
    Member
    Join Date
    Oct 2000
    Posts
    39
    hmm, Im not sure if this works w. tab's but maybee you can do this the same as an array.


    Select Case (index)
    case 0
    your code
    case 1
    your code
    case 2
    your code
    end select


  3. #3

    Thread Starter
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674
    That didn't fix it but it helped lead me to my solution.

    Thanks a Bunch

    JO

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