Dear Friends
I am using VS 2010 Professtional,
I define three forms like frm1, frm2 and frm3
In form Frm1
Public parentFrm
As System.Windows.Forms.Form
parentFrm.TEXT1.text="afsdfdsf"
In Form Frm2, inside TEXT1 is there
frm1.parentFrm=me
frm1.show()
In Form Frm3, inside TEXT1 is there
frm1.parentFrm=me
frm1.show()
How to fill the text1.text from form frm2 and frm3
Please anybody having idea...
Thanks