i allready posted this, but the forum didn't add it (or my comp. doesn't get it after 10 reloads....)
well
here the question:
how to determine which tab a user klicked on?
thanx
aj_cool_
Printable View
i allready posted this, but the forum didn't add it (or my comp. doesn't get it after 10 reloads....)
well
here the question:
how to determine which tab a user klicked on?
thanx
aj_cool_
Try this:
Code:Private Sub TabStrip1_Click()
MsgBox TabStrip1.SelectedItem.Index
End Sub