I am developing a system that is practically a CRUD.
My problem is this: when I open a screen of my system, if I click the menu to open again, you have two windows open, ie if I click several times in the menu you will have several windows open.
I'd like to know how do I make the system not allow me to open more than one window on the system at the same time? Only allow to open one at a time.
My main form containing the menu is the parent of the other form.
and the other form opens within MDIParent