D
Dave Taylor
I have two separate Windows forms, frmA and frmB, both are MDI child
windows. But frmB is also a "child" of frmA...at least conceptually
speaking. So I want both frmA and frmB to share the same menu, is it
possible to do this?
So far, I have tried setting frmB.Menu = frmA.Menu, but that didnt work very
well. And setting frmB.Menu = frmA.Menu.Clone works great except for the
menu objects are now two separate instances, so updating one menu does not
update the other.
Any other suggestions?
Thanks
Dave Taylor
windows. But frmB is also a "child" of frmA...at least conceptually
speaking. So I want both frmA and frmB to share the same menu, is it
possible to do this?
So far, I have tried setting frmB.Menu = frmA.Menu, but that didnt work very
well. And setting frmB.Menu = frmA.Menu.Clone works great except for the
menu objects are now two separate instances, so updating one menu does not
update the other.
Any other suggestions?
Thanks
Dave Taylor