thanx
thanx for giving me solution from this solution i can trap my form but if on run time i detect my form name and want to call its function then i m unable to do this .......
my scenerio is like this
i ve a common toolbar on my MDI parent for new , save ,open ,cancel ,print ,close
now on run time i want to detect my active child form name and want to call its function means late binding concept , can i do it in vb6 i used to do it
'' call activeform.fnnew()
here in .net if i do like this activeformname.fnnew() then it doesnt support it says function not found plz give me the solution if u can i ll be very thankful to u .
prashant