I have created a parent form and a child form in c# when i click a menu item in parent form, it opens the child form but still i access the parent form.i want that the parent form will remain inaccesible until the child form is open.please send me the code.thnks
Share
Probably you should use
form.ShowDialog()method instead ofform.Show()Definitely you should add a better description, at least framework you are using (WinForms?). C# is not a framework.