how to call a method from childMDI1 into childMDI2
hi,
Could anyone help me, I am new to .NET Framework. I am trying to communicate between two MDIChild windows in C#. I want to access the array of double values that are in childMDI1 into childMDI2 through an object ref.
And how can I identify a particular childMDI and its control among 3 childMDI forms in an MDIParent?
Thanks in advance
raj
|