Creating/Removing Objects at run time
Is it posible to create just a Form and a TabControl but only load up the objects when the tabs are clicked thus removing the objects from that tab when another tab is clicked at run time?
I noticed when you have a Form with a TabControl there could be a lot of objects placed on the Tabs but it seems to respond slowly when clicking the Tabs. My plan was to use another .h file to load/unload the objects when the Tabs were selected so the application would only load what was in view and removing the rest until another Tab was pressed. thanks

