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 !!!