Hiding the Menu in a MFC Application
-
I need to hide the windows menu in a NT 4.0 windows application. Originally, the design of the application had a menu but the "design" of the application "has been changed" to one without a menu. The functionality of the menu is provided by button controls in a child window. I searched the MSDN, MSDN online, CodeGuru, CodeProject, Experts-Exchange, etc. without finding any information on "hiding a menu" in a Windows application.
-
I need to hide the windows menu in a NT 4.0 windows application. Originally, the design of the application had a menu but the "design" of the application "has been changed" to one without a menu. The functionality of the menu is provided by button controls in a child window. I searched the MSDN, MSDN online, CodeGuru, CodeProject, Experts-Exchange, etc. without finding any information on "hiding a menu" in a Windows application.
Read MSDN for CDocTemplate CSingleDocTemplate CM.... maybe you will find a hint /REMUS