2
I’m developing a system that’s practically a CRUD.
My problem and the following: when I open a screen of my system, if I click on the menu to open again, it has two windows open, that is, if I click several times in the menu will be with several windows open.
I would like to know how I make the system not allow 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 forms.
and the other forms open inside Mdiparent
How are Forms opened? Inside a Mdiparent?
– Jéf Bueno
Edit the question to inform you that it uses parent form.
– igventurelli
See this solution may be of the same breed as your! :)
– ZelDias