DaTommyboY
Programmer
Hi everybody,
I like to use tabstrip to use the fact that all my layouts are the same. Can anybody explane me how I can control the captions, ore something else, of the tabs.
It should by something like above!! With I as the index of the tab.
BewerkingNaam(DoorlopenAantalBewerkingen) is my caption, but can by anything you like.
Thanks
Tom
I like to use tabstrip to use the fact that all my layouts are the same. Can anybody explane me how I can control the captions, ore something else, of the tabs.
Code:
Form1.Controls("TabBewerkingen.tabs" & "(" & Trim(Str(I)) & ")").Caption = BewerkingNaam(DoorlopenAantalBewerkingen)
BewerkingNaam(DoorlopenAantalBewerkingen) is my caption, but can by anything you like.
Thanks
Tom