TabStrip Part II
I have a dynamically created TabStrip. I know in order to reference dynamically created objects, I need to reference them like this:
myForm!Label1
But I'm not sure how to capture the click event of my TabStrip. I've been trying the following code with no success:
Private Sub (myform!TabStrip1)_click()
Can anyone help?
|