Hi,
I have an MDI form that can be opened many times in its parent as tabbed forms.
I have a seperate form that loads as a dialog and need to access a control on the active MDI child form. I press a button on the dialog and need to pass a datarow to a grid control on the active MDI child.
What I am struggling to understand is how I get the active child, determine its one of the forms I require and then access the gridcontrol on it.
Thanks in advance
I have an MDI form that can be opened many times in its parent as tabbed forms.
I have a seperate form that loads as a dialog and need to access a control on the active MDI child form. I press a button on the dialog and need to pass a datarow to a grid control on the active MDI child.
What I am struggling to understand is how I get the active child, determine its one of the forms I require and then access the gridcontrol on it.
Thanks in advance