How do I? I have many frames on a form that I am using as windows like in Windows and I want to also load a title bar, drag bar and such within each frame as I load a new frame. So, if the name of the frame was fraWindow(10) and I then loaded lblTitle(10) and wanted to put it within the frame so that if the frame is moved the label moves with it, what do I do?

I currently have a simple working interface with draggable "windows" on it and I am now working on trying to get the windows dynamically loaded on startup rather than having to be set up at design time :-)