Discussion:
How to hie the menu in a MDI MFC app
(too old to reply)
John Smith
2006-03-16 14:44:19 UTC
Permalink
Hi,

I would like to hide the menu bar from my MDI MFC based application.
Is there a method?
If I remove the menu from resources I simply don't have the app starting..

MFC does not accept no menu in resources, but how can I hide it?

Thx,
Valdo
Ajay Kalra
2006-03-16 14:53:27 UTC
Permalink
Post by John Smith
Hi,
I would like to hide the menu bar from my MDI MFC based application.
Is there a method?
If I remove the menu from resources I simply don't have the app starting..
MFC does not accept no menu in resources, but how can I hide it?
Here: http://www.kbalertz.com/kb_131368.aspx

--
Ajay Kalra [MVP - VC++]
***@yahoo.com
John Smith
2006-03-16 15:53:16 UTC
Permalink
Thank you, works well,
Valdo
Post by Ajay Kalra
Post by John Smith
Hi,
I would like to hide the menu bar from my MDI MFC based application.
Is there a method?
If I remove the menu from resources I simply don't have the app starting..
MFC does not accept no menu in resources, but how can I hide it?
Here: http://www.kbalertz.com/kb_131368.aspx
--
Ajay Kalra [MVP - VC++]
Loading...