In my Windows Application using c#, I have created Mdi parent form and few child forms. I have linked the forms correctly, but I want that, If any child form is open then the parent form should not be working or be able to select till the child form is closed. How can I do it?
Thanks in Advance !!!
Sujeet SumanPosted Jan 24, 2016, 1:28 PM
AnkushPosted Jan 24, 2016, 2:39 PM
Ranjit PowarPosted Jan 24, 2016, 12:00 PM
AnkushPosted Jan 24, 2016, 10:23 AM
AnkushPosted Jan 24, 2016, 10:23 AM
AnkushPosted Jan 24, 2016, 10:17 AM
Ranjit PowarPosted Jan 24, 2016, 7:57 AM
child.Show ();
If it helps you select it as correct answer.
Ranjit PowarPosted Jan 24, 2016, 7:51 AM
child.Show ();
If it helps you select it as correct answer.
Ranjit PowarPosted Jan 24, 2016, 7:44 AM
AnkushPosted Jan 24, 2016, 5:48 AM
Ranjit PowarPosted Jan 24, 2016, 5:21 AM
ChildForm chld= new ChildFirm();
chld.ShowDialog();
If it helps you select it as correct answer.
Mithun PattankarPosted Jan 24, 2016, 5:18 AM