Open the MDIChild form after we close in C-sharp

Posted by Agopi.net under C# on 8/25/2011 | Points: 10 | Views : 2776 | Status : [Member] | Replies : 1
Hi Friends,

If i open the MDIChild form then the menu will be disable. after i close the MDIChild form the menu should be enable for open again.

Please help me




Responses

Posted by: Ndebata on: 8/25/2011 [Member] Starter | Points: 25

Up
0
Down
While showing a the mdi child try to register an event from child form in the main page.
Where you will enable the menu in main form.
On opening a child form from parent just disable the menu
and
in the closing event of child form, just invoke the event which will inturn enable the menu.

Agopi.net, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response