I have a problem with modality of the forms under C#.NET. Let\'s say I have main form #0 (see the image below). This form represents main application form, where user can pe
Actually the answer is very simple. Try
newForm.showDialog();
This will open a new form, while the parent one is inaccessible.