Hello everyone...
I have already done a project in VS2005 using mdiparent form and mdi child forms.
Now,When I click the button of one child form,Ive made it open an instance of another form as child form under the same mdiparent.

But,now I want to access the controls of the 1st childform from the 2nd child form.
How do I do it?
Ive already seen ...
http://www.devcity.net/Articles/100/multipleforms2.aspx

but I do not find help on accessing controls of one mdichild form from another mdi child form when the instance name is not available to the form.
Please help me with this...
Thanks a lot,