PDA

Click to See Complete Forum and Search --> : accessing method of mdichild from mdiparent


pinkeshambavat
Feb 27th, 2003, 12:03 AM
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

Karimcsd
Mar 2nd, 2003, 06:23 AM
Hi..
Well to do so you will have to create an Obejct as follows

Dim frm as Object=MdiForm.ActiveMdiChild
frm.namefind

;) Enjoy!!!!!!!!!!!!!!