M
Merlin
Hi,
I want to call a procedure that exists in more than one form in my MDI
application - If I was to know the base form name I would use
"DirectCast(me.ActiveMdiChild, mybaseformname).callmyprocedure"
How do I call a procedure in my application that exists in more than one
created form, from the same code like above.
Thanks.
Merlin
I want to call a procedure that exists in more than one form in my MDI
application - If I was to know the base form name I would use
"DirectCast(me.ActiveMdiChild, mybaseformname).callmyprocedure"
How do I call a procedure in my application that exists in more than one
created form, from the same code like above.
Thanks.
Merlin