Hi,
I have stumbled across an unusual problem whilst attempting to menu merge with Mdi. Basically, I have an MdiParent form which I have created in one solution, it will be the parent of a variety of MdiChild forms, which I have created in other projects and solutions, which will be referenced too in the MdiParent Project, the reference will be to the .exe of each mdi child form type.
I have tested the properties that I am using but within the same project and the menu merging works perfectly between MdiChild and Parent. But when I use the same merge code but in the instance of which I have referenced to the .exe of the project that contains my MdiChild, I have no success. I was wondering if there was a workaround for this? Or a solution.
The reason I am referencing the .exe's is because themselves are projects that can be independant, and are not only used by the MdiParent form that I have created.
Thanks in advance, Lloyd