How to show a form inside another form?-Collection of common programming errors

Hi all,

I’m a Borland Delphi developer and I’m trying to become a C# developer too.
With Delphi, I can show a form’s content inside a panel that is contained in the Main Form.

I don’t need an MDI application, because I show one child form at time and I don’t want the MDI child window’s System Menu (think to Microsoft Outlook).

Is there a way to make this with C# and Microsoft Visual Studio 2005?