Can someone show me how to display a form within a form.
I do not wish to use a MDI interface for my current project but would like my main form to be always open and displayed with selected forms opened and embedded in my main form.
The main form has an outlook style listbar on the left side of the form. What I want to do is display the form selected by the user from the listbar to the right of the listbar. I don't want it to merely be on top of the main form but to be displayed in it, similar to a subform but without the scroll bars.
I saw a tip on VB Tips and Tricks about this but never have been able to get it to works. I downloaded a free subform ocx from somewhere a wile back and it worked great for what I want but since it is designed as a subform controls it assumes you always want scroll bars but I don't. My forms will be sized to the area to the right of the listbar. The main form will not be resized.