Hi all...

I'm trying to create an app where you press a button and it creates (Load object) up a frame that includes textboxes and buttons (I did it this way so that I can load this up as many times as I need). The problem is that I want to be able to load other objects from within that frame after that frame's been loaded up. I noticed that if I load up the frame earlier than any of the controls within that frame, that control doesn't show up (I'm assuming it's somewhere behind the frame). So basically, how can I load up other objects from within a frame that was loaded up at run-time?

Any help would be appreciated. Thanks in advance.

PS- I'm using VB 5.