[2005] Add / Remove Tab Pages
Hello,
I have 6 tabs on a tabcontrol in my application.
I would like to hide tabs 4 and 5, and only show the users tabs 1,2,3 and 6.
I've searched on here and there is code to add / remove, but when I add it back in, it adds it to the end.
Is there anyway I can add it in its original position ?
I'm thinking something like save the current state, then bring this back but I don't know how to do this.
Thanks.
Re: [2005] Add / Remove Tab Pages
As for all collections, you need to Insert rather than Add.