How to disable a parent form when child form is active using c#?
For me this work for example here what happen is the main menu will be disabled when you open the registration form.
frmUserRegistration frmMainMenu = new frmUserRegistration(); frmMainMenu.ShowDialog(this);