Hello,
I'm currently developping a windowsForms prg in C#.
My main form (MDI form) include ? MainMenu with the following menuitem
text - name - mergetype - mergeorder
File - mnuFile - MergeItems - 0
Exit - mnuFileExit - Add - 2
Tools - mnuTools - Add - 2
Windows - mnuWindowsList - Add - 2
A mni child include also a MainMenu with the following menuitem
text - name - mergetype - mergeorder
File - mnuFile - MergeItems - 0
Save - mnuFileSave - Add - 1
Save As - mnufileSaveAs - Add - 1
All properties set in design mode
At running time with the child is open , only the child menuitems does not
appear.
Why????
Thanks for your help
Sijin Joseph - 08 Sep 2004 16:11 GMT
I tested with the same settings and i am getting the child menu items in
the main menu. Make sure you are setting the MdiParent property of the
MDI child form. Other than that i don't see anyreason why this should
not be working.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Hello,
>
[quoted text clipped - 20 lines]
>
> Thanks for your help