G
Guest
I have an application which has a MDI parent form and a simple menu bar.
Using reflection I can get access to other assemblies and add an item to my
parent menu which when clicked opens up the main form of the assembly.
Within this new window I can run my application as normal.
The problem is that I do not want the child application to have its own
menu. I want the parent form to add items for every form which exists in the
child.
I am completly baffled by this and was hoping for some pointers.
Thanks inadvance
Using reflection I can get access to other assemblies and add an item to my
parent menu which when clicked opens up the main form of the assembly.
Within this new window I can run my application as normal.
The problem is that I do not want the child application to have its own
menu. I want the parent form to add items for every form which exists in the
child.
I am completly baffled by this and was hoping for some pointers.
Thanks inadvance