I have created a windows app form project.
I have 3 forms, the first one I have set to be MDI Parent, the other two are Child.
When I click a button to open the two child forms, how can I stop them from opening more than once.
As it is just now, the form opens however many time I click the button, but I only want them to open once.
I have 3 forms, the first one I have set to be MDI Parent, the other two are Child.
When I click a button to open the two child forms, how can I stop them from opening more than once.
As it is just now, the form opens however many time I click the button, but I only want them to open once.
Comment