Hi,
I just want to enable menus of Menu Strip on MdiParent after Load Mdi Form, using a child form button click event.
I disabled (Enable = false) those menus by default. And in case of Child form's condition comes true, and then I've to turn on/Enable those menus.
Problem is that once MdiParent form is loaded, then I provide true value/enablev = true to MdiParent's menus. In result; menus got true value but didn't implement or can say Mdi didn't get update. I also used MdiPraent.Refresh() &
Many other things but it couldn't solve. I need assistance (Thank You)