I have a form with the SST Tab control on it with several controls
on each tab. We now need to change the positioning of the tabs
for the 7th tab to become the 3rd tab and shift each tab after
that up one (3rd tab = 4th tab position, 4th tab becomes the 5th
tab position, etc). How can I change the physical tab positions
without deleting the tabs and rebuilding each one?
Thanks for any replies.
Last edited by RobDog888; May 14th, 2004 at 06:04 PM.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
The only way is to rebuild. The SSTab does not allow you to move tabs around (and this is just one of the reasons its recommended to use a Frame on every tab).
Its not a big deal though just cut and paste all the controls on a tab at once.
Thats what I thought.
Most of the tabs have a main frame, but others have two or three frames.
Not TOO much trouble, but I guess I will just have to do it.
Thanks for the reply.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.