MartinCroft
Programmer
Tabcontrols seem to be black art, there does not seem to be much usual info around for them
I wanted to hide & show certain tabs thats been answered
but when I hide and show the tab that has been shown does not get the focus
I would have thought
tabcontrol.focus()
or even
TabControl.TabPages.Item(1).Focus()
but nothing makes any difference
anyonce know how i can by clicking on button
call any tab within the collection
Cheers
I wanted to hide & show certain tabs thats been answered
but when I hide and show the tab that has been shown does not get the focus
I would have thought
tabcontrol.focus()
or even
TabControl.TabPages.Item(1).Focus()
but nothing makes any difference
anyonce know how i can by clicking on button
call any tab within the collection
Cheers