|
-
Oct 20th, 2000, 11:18 AM
#1
Thread Starter
Fanatic Member
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()
-
Oct 20th, 2000, 11:23 AM
#2
Member
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
-
Oct 20th, 2000, 11:50 AM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|