I am using the sstab1 control and need to be able to add and remove tabs at run time, but I can't seem to put any controls on the newly created tabs.
I select the tab I want:
sstab1.tab = x 'x = the number of the newly created tab
Then I load the control array that I want:
Load cntrlArray
cntrlArray
.visible=true
and the program puts the cntrlArray on the first tab (which covers the controls I have on that tab).
Is there any way to do what I want to do?
I select the tab I want:
sstab1.tab = x 'x = the number of the newly created tab
Then I load the control array that I want:
Load cntrlArray
cntrlArray
and the program puts the cntrlArray on the first tab (which covers the controls I have on that tab).
Is there any way to do what I want to do?