Form that was specified to be the MdiParent for this form is not an MdiContainer. Parameter name: va
my mdi panel error is came this is my code, any one give idea how to solve this erroradminmdipanel adpanel = new adminmdipanel();
adpanel.Show();
usercreation uc = new usercreation();
uc.find.Visible = false;
uc.MdiParent = this;
uc.Show();
uc.Focus();