Hi,
How can we make different menus to appear on different childframe in am MDI application?
Thank you,
Dinesh.
Printable View
Hi,
How can we make different menus to appear on different childframe in am MDI application?
Thank you,
Dinesh.
Using Diffent Doc template.
the beautiful story made me cry.
Thank you!!! i will try the same and come ack to you.
Dinesh.
Thank you!!! i will try the same and come back to you.
Dinesh.
That is right. This will set different menus on the main frame window, but from what I understood a question was how to use menu in the child frame.
Using MFC or API it is impossible because MDI child window is always created with WS_CHILD style. That style keeps all frames contained in a client area of the main window.
I have spent considerable amount of time to accomplish that particular task and I succeeded. If you are interested, you can download demo from: http://users.snip.net/~johncz
John Cz