Now I *know* how to load a new control if I already have an instance of that control on the form...question is can I load a control onto a form if there isn't already one. For instance, I made that tab thing that shows tabs like in FireFox and places them equally at the top of the screen. I am now working on unloading the tabs, but I can't unload the first tab as it was added at design time thus the error is "can't unload controls created at design time"

My question basically is HOW do I create the first object in a control array at runtime, and is it possible? If not, I know I can just hide array object (0) and work from that :-)