Results 1 to 2 of 2

Thread: accessing method of mdichild from mdiparent

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Location
    mumbai
    Posts
    36

    accessing method of mdichild from mdiparent

    i have one mdiparent form and 2 child form each one has one sub named namefind .i want to access both sub from mdiparent depending on which form active that time how i can do this please help

  2. #2
    New Member
    Join Date
    Mar 2003
    Location
    Cairo,Egypt
    Posts
    1

    Lightbulb

    Hi..
    Well to do so you will have to create an Obejct as follows

    Dim frm as Object=MdiForm.ActiveMdiChild
    frm.namefind


    Enjoy!!!!!!!!!!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width