One method would be to add an MDI form to your project, and then make your form an MDI child. Set the borders of your form to none. You may also want to set the caption of the MDI form to be the same as that of your original form.
And that's it. You should not need to change or write any additional code. The one caveat is that MDI children cannot be shown modally.
Regards,
Mike