Home > Net >  Weifenluo set in splitContainer1, don't show the form content
Weifenluo set in splitContainer1, don't show the form content

Time:12-26

Weifenluo set in splitContainer, don't show the form content, is what reason, please master, look it, thank you!

Private void ssaToolStripMenuItem_Click (object sender, EventArgs e)
{

FrmUserAdd FRM=new FrmUserAdd ();
//call the form displayed on the main interface of dockPanel
FRM. Show (enclosing dockPanel1);
}

With this a useful code
Window button key see
Through the call button key form also have no reaction, also don't know is what circumstance

CodePudding user response:

Because in a child form click on the button can't put a child form is called in the weifenluo will want to use splitContainer and, according to the results form content is not thought for a long time and I don't know where is the problem
  •  Tags:  
  • C#
  • Related