I'm not sure that I understand what you're asking here... If you're just
trying to host a Form instance in a Panel, then the code that I posted
should work. But the Panel will need to be inside another Form.
Alternatively, you could visually design a UserControl, to be the same as
the Form contents, and then embed an instance of this UserControl in the
Panel instead of the Form.