how to Call Parent form function or Object, from other Form how...?

Locked how to Call Parent form function or Object, from other Form how...?

  • jueves, 26 de julio de 2012 12:10
     
     

    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







    • Editado Reddiyar domingo, 05 de agosto de 2012 12:24
    •  

Todas las respuestas