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 from Child's click event using
Mdi's Public method. In result; menus got true value but didn't implement or
can say Mdi didn't get update. I also used MdiPraent.Refresh() and Many other
things but it couldn't solve. I just want assistance in this issue!
Thanks