There is a main form, I want to click the menu bar is set to a can then turned to the new window, how should do?
CodePudding user response:
Private void ShowNewForm (object sender, EventArgs e)
{
Form1 childForm=new _click ();
ChildForm. MdiParent=this;
ChildForm. The Show ();
}
Writing them, you try again
CodePudding user response: