H
hooksie2
This one has really got me pulling my hair out!
I want to store a short text string in the tag property of each tab on
a tabstrip using, eg.
Me.TabStrip1.Tabs(1).Tag = "newtag"
I don't get any error doing this but when I try to retrieve the string
I still get the default "Tab2"
Does anyone else see get this result? Any ideas?
Thanks,
Andrew
I want to store a short text string in the tag property of each tab on
a tabstrip using, eg.
Me.TabStrip1.Tabs(1).Tag = "newtag"
I don't get any error doing this but when I try to retrieve the string
I still get the default "Tab2"
Does anyone else see get this result? Any ideas?
Thanks,
Andrew