D
Dursun
I need to call a subroutine in FormA from within FormB.
Let FormA be an MDIForm and let FormB be its MDIChild
form. So, the FormB.MDIParent property will return an
object refernce to the FormA instance. At this point I
should see the Public subroutine I defined in FormA from
within FormB. It does not show-up! Am I missing someting
here? Is there any gurus out there who can give me some
pointers as to how to deal with the situation?
Thank you very much in advance.
Dursun
Let FormA be an MDIForm and let FormB be its MDIChild
form. So, the FormB.MDIParent property will return an
object refernce to the FormA instance. At this point I
should see the Public subroutine I defined in FormA from
within FormB. It does not show-up! Am I missing someting
here? Is there any gurus out there who can give me some
pointers as to how to deal with the situation?
Thank you very much in advance.
Dursun