SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use MDIParent-child form. Set the child form's parent as MDI Parent
Eg
child.MdiParent = parentForm; child.Show();
In this case just 1 form will be shown and the child forms will come inside the parent. Hope this helps