How do you create a new tab, create a new frame, new controls, assign them to that frame then view the proper frame based on the tab click?

I got a lot of it just by futzin' but I cant fingure how to load the new controls and have them around until the user clicks.. ?

So far I got the Tab in design, with one frame and a browser control inside that frame. I add new tabs easy and I'm using LOAD to create the new frame instance. I'm getting the right count (say adding a tab does show frame.lbound as 2) so it's there.. but I can seem to figure how to make it visible and on top of the current frame? Help!

Anyone got a good tutorial or code? Thanks people.