I’d like to create a workspace with status bar and menu, and within this workspace container have smaller windows of various types.
For example, if you un-maximise a worksheet in Excel but not the main window, it becomes a window in a larger workspace.
I’ve tried searching for the result but the main problem is in knowing the right terminology.
You want an MDI (Multiple Document Interface) Form
Just set the IsMdiContainer property of your main form to True, and you should be able to add other forms as mdi children.