how to call MDI parent from MDI child

Odpovědět how to call MDI parent from MDI child

Všechny reakce

  • 13. března 2007 12:22
     
     Odpovědět

    this is an example

    Dim f As Form1
    f = Me.MdiParent
    f.ShowMessage()