Crisena Language
put words into my mouth and some in my brains
Pages
Home
Thursday, March 17, 2011
C# 3: MDI Application
private void form2ToolStripMenuItem_Click(object sender, EventArgs e)
{
Form2 newmdichild = new Form2();
newmdichild.MdiParent = this;
newmdichild.Show();
}
Set IsMdiParent = True
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment