Accessing the MDI form controls from child forms
Hi...
I hv created the MDI application in which parent form contians some ToolStrip buttons. I will call the child forms through menus. I have a problem in enabling the ToolStrip buttons in the parent form based on the button clicks of the child forms. On the button click of the menu item which displays the child form, i have written childForm.MdiParent = this(parent form). Can u help me in solving this issue?
|